diff options
author | Ziemowit Laski <zlaski@apple.com> | 2005-06-29 03:01:27 +0000 |
---|---|---|
committer | Ziemowit Laski <zlaski@gcc.gnu.org> | 2005-06-29 03:01:27 +0000 |
commit | 43b3a5b10fe5e139b2fcf763022843f83ba07f2e (patch) | |
tree | 6da74cb40b335fa28c92f12e5adfac5c2b98d7e0 /gcc/config/t-darwin | |
parent | cd1414ee2e667d89507ea3932fd9de0935de878a (diff) | |
download | gcc-43b3a5b10fe5e139b2fcf763022843f83ba07f2e.zip gcc-43b3a5b10fe5e139b2fcf763022843f83ba07f2e.tar.gz gcc-43b3a5b10fe5e139b2fcf763022843f83ba07f2e.tar.bz2 |
c-common.c (flag_next_runtime): Move...
[gcc/ChangeLog]
2006-06-28 Ziemowit Laski <zlaski@apple.com>
* c-common.c (flag_next_runtime): Move...
* toplev.c (flag_next_runtime): ... here.
* c-common.h (flag_next_runtime): Move...
* flags.h (flag_next_runtime): ... here.
* config/darwin-c.c: Include flags.h.
* config/t-darwin (darwin-c.o): Depend on flags.h.
From-SVN: r101415
Diffstat (limited to 'gcc/config/t-darwin')
-rw-r--r-- | gcc/config/t-darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin index fc8735b..df1b632 100644 --- a/gcc/config/t-darwin +++ b/gcc/config/t-darwin @@ -6,7 +6,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 + c-incpath.h flags.h $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/darwin-c.c $(PREPROCESSOR_DEFINES) gt-darwin.h : s-gtype ; @true |