Commit beb51090 by Jeffrey A Law Committed by Jeff Law

* Makefile.in (cccp.o, cpplib.o): Depend on Makefile.

From-SVN: r24755
parent 6afa5179
Tue Jan 19 06:26:30 1999 Jeffrey A Law (law@cygnus.com)
* Makefile.in (cccp.o, cpplib.o): Depend on Makefile.
Mon Jan 18 09:56:41 1999 Jason Merrill <jason@yorick.cygnus.com>
* invoke.texi (C++ Dialect Options): Document -fno-rtti.
......
......@@ -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)\" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment