Commit e8a25ca8 by Dominique d'Humieres Committed by Tobias Burnus

darwin-c.c: Include "incpath.h" instead of "c-incpath.h".

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
parent 57317d2a
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> 2008-05-25 Eric Botcazou <ebotcazou@adacore.com>
* tree-nested.c (convert_tramp_reference) <ADDR_EXPR>: Do not * tree-nested.c (convert_tramp_reference) <ADDR_EXPR>: Do not
......
...@@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see
#include "tree.h" #include "tree.h"
#include "c-pragma.h" #include "c-pragma.h"
#include "c-tree.h" #include "c-tree.h"
#include "c-incpath.h" #include "incpath.h"
#include "c-common.h" #include "c-common.h"
#include "toplev.h" #include "toplev.h"
#include "flags.h" #include "flags.h"
......
...@@ -7,7 +7,7 @@ darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ ...@@ -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 \ 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) \ $(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) $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/darwin-c.c $(PREPROCESSOR_DEFINES)
gt-darwin.h : s-gtype ; @true gt-darwin.h : s-gtype ; @true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment