From 601836ef90ff90b89ef5a23f62d4396a3bd18129 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Fri, 10 Apr 1992 15:33:31 +0000 Subject: [PATCH] * Makefile.in (depend): Fix dependancy generation so that it does not include gcc 'fixincluded' files, which are usually in a system specific location. --- gdb/ChangeLog | 6 ++++++ gdb/Makefile.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3a5c64d3edc..5febc4e8deb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Fri Apr 10 08:30:58 1992 Stu Grossman (grossman at cygnus.com) + + * Makefile.in (depend): Fix dependancy generation so that it does + not include gcc 'fixincluded' files, which are usually in a system + specific location. + Thu Apr 9 13:35:00 1992 Per Bothner (bothner@rtl.cygnus.com) Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik). diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 818a9034997..92bec5e9d18 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -423,7 +423,7 @@ depend: $(SOURCES) Makefile.in @echo can safely be ignored. @echo Also ignore parse errors in valops.c, and any errors in @echo arm-convert.s. - -$(GCC) -MM $(CFLAGS) -I$(BFD_DIR) \ + -$(GCC) -MM -nostdinc -I/usr/include $(CFLAGS) -I$(BFD_DIR) \ `ls $(SOURCES) | grep -v '\.[hy]$$' |sort -u` >depend.tmp # If running in srcdir, translate "./foo.c" into "$srcdir/foo.c" except # for xm.h and tm.h. This allows the same "depend" file to be used -- 2.30.2