* Makefile.in (c-opts.o): Add $(TM_P_H) as a dependency.
From-SVN: r128071
This commit is contained in:
parent
0b2dffe116
commit
731c68a204
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
2007-09-04 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* c-opts.c: Include "tm_p.h".
|
||||
* Makefile.in (c-opts.o): Add $(TM_P_H) as a dependency.
|
||||
|
||||
2007-09-04 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
|
|
|
@ -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@
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue