diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-04 09:48:04 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-04 09:48:04 +0000 |
commit | f528f86ac146c212e22075517bd65fd58ac8f1c2 (patch) | |
tree | dc7b1fed4795803e2d18d518df82bde7f4f059b0 /gcc/Makefile.in | |
parent | eee5229e4d2584ad48a719ef43cff7233175b54b (diff) | |
download | gcc-f528f86ac146c212e22075517bd65fd58ac8f1c2.tar.gz |
* Makefile.in (c-opts.o): Add $(TM_P_H) as a dependency.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128071 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 5648fcc8c92..1979b72e6d0 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1795,7 +1795,7 @@ c-pretty-print.o : c-pretty-print.c $(C_PRETTY_PRINT_H) \ c-opts.o : c-opts.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(TREE_H) $(C_PRAGMA_H) $(FLAGS_H) toplev.h langhooks.h \ $(TREE_INLINE_H) $(DIAGNOSTIC_H) intl.h debug.h $(C_COMMON_H) \ - opts.h options.h $(MKDEPS_H) c-incpath.h cppdefault.h + opts.h options.h $(MKDEPS_H) c-incpath.h cppdefault.h $(TM_P_H) $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) \ $< $(OUTPUT_OPTION) @TARGET_SYSTEM_ROOT_DEFINE@ |