From 69b2ac84b8080e84daa855d972741fddeca4c182 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Thu, 1 Apr 1999 08:05:46 +0000 Subject: [PATCH] Makefile.in (cppmain$(exeext)): Depend on intl.o. h * Makefile.in (cppmain$(exeext)): Depend on intl.o. Link in intl.o. From-SVN: r26101 --- gcc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 5073767ab07..be1918fc534 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 -- 2.30.2