diff options
author | Dominique d'Humieres <dominiq@lps.ens.fr> | 2008-05-26 08:38:02 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2008-05-26 08:38:02 +0200 |
commit | e8a25ca890d17cfc01c7f20becb00de5363123ad (patch) | |
tree | 54f9a448a401edbfd8b83f9bdd714a2baf45fade | |
parent | 57317d2a2c1f9b183f3ce9a6fa7b9319ee636375 (diff) | |
download | gcc-e8a25ca890d17cfc01c7f20becb00de5363123ad.zip gcc-e8a25ca890d17cfc01c7f20becb00de5363123ad.tar.gz gcc-e8a25ca890d17cfc01c7f20becb00de5363123ad.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/darwin-c.c | 2 | ||||
-rw-r--r-- | gcc/config/t-darwin | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b456a49..4e2a40d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/darwin-c.c b/gcc/config/darwin-c.c index 76ef5fa..ba0eca1 100644 --- a/gcc/config/darwin-c.c +++ b/gcc/config/darwin-c.c @@ -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" diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin index 2949e6b..d43ce50 100644 --- a/gcc/config/t-darwin +++ b/gcc/config/t-darwin @@ -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 |