* Makefile.in (depend): Fix dependancy generation so that it does
authorStu Grossman <grossman@cygnus>
Fri, 10 Apr 1992 15:33:31 +0000 (15:33 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 10 Apr 1992 15:33:31 +0000 (15:33 +0000)
not include gcc 'fixincluded' files, which are usually in a system
specific location.

gdb/ChangeLog
gdb/Makefile.in

index 3a5c64d3edc09f5f40194d6c7f5fda3366385976..5febc4e8debde3078e0e605fba8d1d5945ffb588 100644 (file)
@@ -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).
index 818a903499725871ef4c9ec84558b1a3b5e931d7..92bec5e9d186b964ffae62b7acca19c9e296bb2d 100644 (file)
@@ -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