support/cpp2/Makefile.in: modified
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 1 Jun 2007 16:31:56 +0000 (16:31 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 1 Jun 2007 16:31:56 +0000 (16:31 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4825 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
support/cpp2/Makefile.in

index 18a169f3556440e2f106d8b855b42c87f5597efc..dee946ab1091ab6f31338cabf23a2bf3bca93171 100644 (file)
--- 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 <rneider AT web.de>
index e05013f2cf8c2110fc71a49c162cbb3da932a930..c1f83d5f9fc4ef49c63e4fc1fedd2f6fe266751c 100644 (file)
@@ -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