diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-19 05:34:46 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-19 05:34:46 +0000 |
commit | d92e9f40f15f898c32b0a520af07923aea8df250 (patch) | |
tree | 537a226a57475338e787018da491dac6c6c0f3f8 /gcc/Makefile.in | |
parent | 24310b49c51aacca6fbb1a95578c40b5d44e84a8 (diff) | |
download | gcc-d92e9f40f15f898c32b0a520af07923aea8df250.tar.gz |
* Makefile.in (cccp.o, cpplib.o): Depend on Makefile.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24755 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index ac49d300bdc..ac614ffe1ab 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1884,7 +1884,7 @@ $(srcdir)/cexp.c: $(srcdir)/cexp.y # We use $(libsubdir)/$(unlibsubdir) to match the # -iprefix argument which gcc will pass if GCC_EXEC_PREFIX is used. cccp.o: cccp.c $(CONFIG_H) pcp.h version.c config.status system.h \ - mbchar.h prefix.h + mbchar.h prefix.h Makefile $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \ -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \ @@ -1913,7 +1913,7 @@ cppmain$(exeext): cppmain.o libcpp.a $(LIBDEPS) cppmain.o: cppmain.c $(CONFIG_H) cpplib.h machmode.h system.h cpplib.o: cpplib.c $(CONFIG_H) cpplib.h machmode.h cpphash.h config.status \ - system.h prefix.h + system.h prefix.h Makefile $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \ -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \ |