From: Kaveh R. Ghazi Date: Tue, 17 Feb 1998 21:37:55 +0000 (+0000) Subject: Makefile.in (gcc.o): Depend on system.h, in accordance with last change to gcc.c. X-Git-Tag: prereleases/egcs-1.1-prerelease~2357 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e85ff2c5030c2042f5d52f967a50403a6464b8b;p=thirdparty%2Fgcc.git Makefile.in (gcc.o): Depend on system.h, in accordance with last change to gcc.c. * Makefile.in (gcc.o): Depend on system.h, in accordance with last change to gcc.c. From-SVN: r18049 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0fe0f0778a4d..3733a2ad7202 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ Tue Feb 17 22:37:22 1998 Kaveh R. Ghazi + * Makefile.in (gcc.o): Depend on system.h, in accordance with last + change to gcc.c. + * haifa-sched.c: Include "system.h" to get and . (BLOCKAGE_RANGE): Add parentheses around arithmetic in operand of |. (sched_note_set): Remove unused parameter `b', all callers changed. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 49454108fe36..39698ef872b9 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1297,7 +1297,8 @@ DRIVER_DEFINES = \ -DDEFAULT_TARGET_VERSION=\"$(version)\" \ -DDEFAULT_TARGET_MACHINE=\"$(target_alias)\" \ -DTOOLDIR_BASE_PREFIX=\"$(exec_prefix)/\" -gcc.o: gcc.c $(CONFIG_H) gansidecl.h multilib.h Makefile $(lang_specs_files) +gcc.o: gcc.c $(CONFIG_H) gansidecl.h system.h multilib.h Makefile \ + $(lang_specs_files) $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(DRIVER_DEFINES) \ -c `echo $(srcdir)/gcc.c | sed 's,^\./,,'`