darwin-c.c: Include "incpath.h" instead of "c-incpath.h".
authorDominique d'Humieres <dominiq@lps.ens.fr>
Mon, 26 May 2008 06:38:02 +0000 (08:38 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 26 May 2008 06:38:02 +0000 (08:38 +0200)
2008-05-26  Dominique Dhumieres  <dominiq@lps.ens.fr>

       * config/darwin-c.c: Include "incpath.h" instead of "c-incpath.h".
       * config/t-darwin: Use "incpath.h" instead of "c-incpath.h".

From-SVN: r135891

gcc/ChangeLog
gcc/config/darwin-c.c
gcc/config/t-darwin

index b456a499a3214949e488b0871637ea2af612e3c4..4e2a40d5ef7659d134dbcea7791b26186cc46b1f 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
+
+       * config/darwin-c.c: Include "incpath.h" instead of "c-incpath.h".
+       * config/t-darwin: Use "incpath.h" instead of "c-incpath.h".
+
 2008-05-25  Eric Botcazou  <ebotcazou@adacore.com>
 
         * tree-nested.c (convert_tramp_reference) <ADDR_EXPR>: Do not
index 76ef5fa36849a86b94e003fbda90d7d9215fbf79..ba0eca14ed0f34eed922c8d863cb56986ad1a2f1 100644 (file)
@@ -26,7 +26,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree.h"
 #include "c-pragma.h"
 #include "c-tree.h"
-#include "c-incpath.h"
+#include "incpath.h"
 #include "c-common.h"
 #include "toplev.h"
 #include "flags.h"
index 2949e6baad02bd3fa161ed3f8358029c6c0e5430..d43ce5068a73edc3fa8e26611125bb8c7276026a 100644 (file)
@@ -7,7 +7,7 @@ darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h     \
 
 darwin-c.o: $(srcdir)/config/darwin-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
   $(TM_H) $(CPPLIB_H) $(TREE_H) c-pragma.h $(C_TREE_H) toplev.h $(TM_P_H) \
-  c-incpath.h flags.h $(C_COMMON_H)
+  incpath.h flags.h $(C_COMMON_H)
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/darwin-c.c $(PREPROCESSOR_DEFINES)
 
 gt-darwin.h : s-gtype ; @true