[Pkg-ace-devel] r479 - /trunk/debian/rules

tgg-guest at users.alioth.debian.org tgg-guest at users.alioth.debian.org
Mon Feb 12 13:44:07 CET 2007


Author: tgg-guest
Date: Mon Feb 12 13:44:07 2007
New Revision: 479

URL: http://svn.debian.org/wsvn/pkg-ace/?sc=1&rev=479
Log:
Hopefully fix configure-stamp dependencies.

Modified:
    trunk/debian/rules

Modified: trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ace/trunk/debian/rules?rev=479&op=diff
==============================================================================
--- trunk/debian/rules (original)
+++ trunk/debian/rules Mon Feb 12 13:44:07 2007
@@ -232,7 +232,7 @@
 
 configure: configure-stamp
 
-configure-stamp: patch-stamp
+configure-stamp: patch
 	mkdir -p objdir
 	cd objdir && ../ACE_wrappers/configure $(confflags) --prefix=/usr --disable-tao-examples --disable-tao-tests --disable-ace-examples --disable-ace-tests --enable-fl-reactor --enable-qt-reactor --enable-tk-reactor  --enable-xt-reactor --enable-symbol-visibility --with-tclconfig=$(TCL_HOME) --with-tkconfig=$(TK_HOME) --enable-ipv6 --enable-inline --enable-probe
 	touch $@




More information about the Pkg-ace-devel mailing list