Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 592060 | Differences between
and this patch

Collapse All | Expand All

(-)a/gcc/ada/gcc-interface/Makefile.in (-3 / +2 lines)
Lines 2637-2646 gnatlink-re: ../stamp-tools gnatmake-re Link Here
2637
#  stamp target in the parent directory whenever gnat1 is rebuilt
2637
#  stamp target in the parent directory whenever gnat1 is rebuilt
2638
2638
2639
# Likewise for the tools
2639
# Likewise for the tools
2640
../../gnatmake$(exeext): $(P) b_gnatm.o $(GNATMAKE_OBJS)
2640
../../gnatmake$(exeext): b_gnatm.o $(GNATMAKE_OBJS)
2641
	+$(GCC_LINK) $(ALL_CFLAGS) -o $@ b_gnatm.o $(GNATMAKE_OBJS) $(TOOLS_LIBS) $(TOOLS1_LIBS)
2641
	+$(GCC_LINK) $(ALL_CFLAGS) -o $@ b_gnatm.o $(GNATMAKE_OBJS) $(TOOLS_LIBS) $(TOOLS1_LIBS)
2642
2642
2643
../../gnatlink$(exeext): $(P) b_gnatl.o $(GNATLINK_OBJS)
2643
../../gnatlink$(exeext): b_gnatl.o $(GNATLINK_OBJS)
2644
	+$(GCC_LINK) $(ALL_CFLAGS) -o $@ b_gnatl.o $(GNATLINK_OBJS) $(TOOLS_LIBS) $(TOOLS1_LIBS)
2644
	+$(GCC_LINK) $(ALL_CFLAGS) -o $@ b_gnatl.o $(GNATLINK_OBJS) $(TOOLS_LIBS) $(TOOLS1_LIBS)
2645
2645
2646
../stamp-gnatlib-$(RTSDIR):
2646
../stamp-gnatlib-$(RTSDIR):
2647
- 

Return to bug 592060