Author: pluto Date: Fri Aug 29 20:34:34 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - disable unwanted make rules.
---- Files affected: SOURCES: source-highlight-am.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/source-highlight-am.patch diff -u /dev/null SOURCES/source-highlight-am.patch:1.1 --- /dev/null Fri Aug 29 22:34:35 2008 +++ SOURCES/source-highlight-am.patch Fri Aug 29 22:34:29 2008 @@ -0,0 +1,28 @@ +/usr/include/boost contains regex.h and regex.hpp. +don't try to regen/touch anything in /usr/include basing on timestamps. + +--- source-highlight-2.10/src/lib/Makefile.am.orig 2008-06-05 20:33:03.000000000 +0200 ++++ source-highlight-2.10/src/lib/Makefile.am 2008-08-29 22:20:20.000000000 +0200 +@@ -15,10 +15,7 @@ + .text.c: + $(TXTC) -c $< + +-if NO_DOUBLECPP +-.h.hpp: +- touch $@ +-else ++ifndef NO_DOUBLECPP + .h.hpp: + $(DOUBLECPP) --output-source-ext cc --invade-target --input-header-ext h --output-header-ext hpp --output-source-suff=_dbtab --verbose --assume-virtual -i $< + touch $@ +--- source-highlight-2.10/src/lib/Makefile.in.orig 2008-07-13 16:07:01.000000000 +0200 ++++ source-highlight-2.10/src/lib/Makefile.in 2008-08-29 22:20:45.000000000 +0200 +@@ -925,8 +925,6 @@ + .text.c: + $(TXTC) -c $< + [EMAIL PROTECTED]@.h.hpp: [EMAIL PROTECTED]@ touch $@ + @[EMAIL PROTECTED]: + @NO_DOUBLECPP_FALSE@ $(DOUBLECPP) --output-source-ext cc --invade-target --input-header-ext h --output-header-ext hpp --output-source-suff=_dbtab --verbose --assume-virtual -i $< + @NO_DOUBLECPP_FALSE@ touch $@ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
