Makefile.in (cppmain$(exeext)): Depend on intl.o.
authorManfred Hollstein <manfred@gcc.gnu.org>
Thu, 1 Apr 1999 08:05:46 +0000 (08:05 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Thu, 1 Apr 1999 08:05:46 +0000 (08:05 +0000)
h
* Makefile.in (cppmain$(exeext)): Depend on intl.o.  Link in intl.o.

From-SVN: r26101

gcc/Makefile.in

index 5073767ab07ec149690224b74b56b797cf10e643..be1918fc53494174b3ddfb16933eb4560cb79bfd 100644 (file)
@@ -1974,9 +1974,9 @@ libcpp.a: $(LIBCPP_OBJS)
        $(AR) $(AR_FLAGS) libcpp.a $(LIBCPP_OBJS)
        if $(RANLIB_TEST) ; then $(RANLIB) libcpp.a ; else true ; fi
 
-cppmain$(exeext): cppmain.o libcpp.a $(LIBDEPS)
+cppmain$(exeext): cppmain.o intl.o libcpp.a $(LIBDEPS)
        $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o cppmain$(exeext) cppmain.o \
-       libcpp.a $(LIBS)
+       intl.o libcpp.a $(LIBS)
 
 cppmain.o: cppmain.c $(CONFIG_H) cpplib.h intl.h system.h