Changeset: 4cb6e699854e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4cb6e699854e Modified Files: buildtools/conf/rules.mk Branch: Oct2010 Log Message:
Remove duplicate entry. diffs (20 lines): diff -r d77821cab150 -r 4cb6e699854e buildtools/conf/rules.mk --- a/buildtools/conf/rules.mk Sat Nov 20 20:42:23 2010 +0100 +++ b/buildtools/conf/rules.mk Sat Nov 20 20:43:29 2010 +0100 @@ -145,16 +145,6 @@ # to a dummy file in the second rule. # We also make sure that "$(CONFIG_H)" is included first, also with swig-generated files. # This is crucial to prevent inconsistent (re-)definitions of macros. -%.ruby.c: %.ruby.i - $(SWIG) -ruby $(SWIGFLAGS) -outdir . -o $@ $< - $(MV) $@ [email protected] - echo '#include <'"$(CONFIG_H)"'>' > $@ - grep -v '^#include.*[<"]'"$(CONFIG_H)"'[">]' [email protected] >> $@ - $(RM) [email protected] - -%.ruby: %.ruby.i - $(SWIG) -ruby $(SWIGFLAGS) -outdir . -o dymmy.c $< - %.tcl.c: %.tcl.i $(SWIG) -tcl $(SWIGFLAGS) -outdir . -o $@ $< $(MV) $@ [email protected] _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
