aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-04-02 11:07:45 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-04-02 11:07:45 +0000
commit4cb1caaf7b40d9a59780c67415018ac359f65881 (patch)
tree4846aa29b1c899ca051b360843233a9cc438a53c /gcc/Makefile.in
parent7f388fb42f9b946247b133274e142dc771b0d5e2 (diff)
downloadgcc-4cb1caaf7b40d9a59780c67415018ac359f65881.zip
gcc-4cb1caaf7b40d9a59780c67415018ac359f65881.tar.gz
gcc-4cb1caaf7b40d9a59780c67415018ac359f65881.tar.bz2
Patched in the gcc directory:
* Makefile.in (choose-temp.o): Depend on system.h. Patched in both the libiberty and gcc directories: * choose-temp.c: Include system.h when IN_GCC. From-SVN: r18952
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 0e95429..34044b5 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1311,7 +1311,7 @@ dumpvers: dumpvers.c
version.o: version.c
obstack.o: obstack.c $(CONFIG_H)
-choose-temp.o: choose-temp.c $(CONFIG_H) gansidecl.h
+choose-temp.o: choose-temp.c $(CONFIG_H) gansidecl.h system.h
pexecute.o: pexecute.c $(CONFIG_H) system.h gansidecl.h
prefix.o: prefix.c $(CONFIG_H) system.h gansidecl.h Makefile
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \