From 060cdb4a4f2fcfe1210bc390706f5d2fc9125a63 Mon Sep 17 00:00:00 2001 From: borutr Date: Fri, 1 Jun 2007 16:31:56 +0000 Subject: [PATCH] support/cpp2/Makefile.in: modified git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4825 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 3 ++- support/cpp2/Makefile.in | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 18a169f3..dee946ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,7 +15,8 @@ support/cpp2/opts.h, support/cpp2/output.h, support/cpp2/prefix.c, support/cpp2/sdcpp-opts.c, support/cpp2/sdcpp.dsp, support/cpp2/sdcpp.opt, - support/cpp2/system.h, support/cpp2/version.c: modified + support/cpp2/system.h, support/cpp2/version.c, + support/cpp2/Makefile.in: modified * support/cpp2/opts-common.c: added 2007-06-01 Raphael Neider diff --git a/support/cpp2/Makefile.in b/support/cpp2/Makefile.in index e05013f2..c1f83d5f 100644 --- a/support/cpp2/Makefile.in +++ b/support/cpp2/Makefile.in @@ -332,7 +332,7 @@ xstrerror.o: $(LIBIBERTY_DIR)/xstrerror.c $(CONFIG_H) $(LIBCPP_DEPS) ########################## # Sdcpp -SDCC_OBJS = sdcpp.o sdcpp-opts.o c-ppoutput.o cppdefault.o prefix.o version.o opts.o options.o c-incpath.o +SDCC_OBJS = sdcpp.o sdcpp-opts.o c-ppoutput.o cppdefault.o prefix.o version.o opts.o opts-common.o options.o c-incpath.o $(TARGET): $(SDCC_OBJS) $(MY_LIBIBERTY_BITS) libcpp.a $(LIBDEPS) mkdir -p $(dir $@) @@ -349,6 +349,8 @@ options.o: options.c $(CONFIG_H) $(LIBCPP_DEPS) options.h opts.o: opts.c $(CONFIG_H) $(LIBCPP_DEPS) options.h +opts-common.o: opts.c $(CONFIG_H) $(LIBCPP_DEPS) options.h + c-incpath.o: $(CONFIG_H) $(LIBCPP_DEPS) c-incpath.h version.o: version.c version.h -- 2.39.5