Revision: 10564 http://pure-data.svn.sourceforge.net/pure-data/?rev=10564&view=rev Author: mukau Date: 2009-01-17 13:11:49 +0000 (Sat, 17 Jan 2009)
Log Message: ----------- + removed autogen.stamp dependency for pdstring
Modified Paths: -------------- trunk/externals/moocow/extended/Makefile
Modified: trunk/externals/moocow/extended/Makefile =================================================================== --- trunk/externals/moocow/extended/Makefile 2009-01-17 13:03:28 UTC (rev 10563) +++ trunk/externals/moocow/extended/Makefile 2009-01-17 13:11:49 UTC (rev 10564) @@ -24,7 +24,7 @@ MOOCOW_DIR ?=$(shell pwd) MOOCOW_BUILD ?=$(MOOCOW_DIR)/build.moo MOOCOW_MFLAGS ?=DESTDIR="" -MOOCOW_BUILD_VERSION ?=0.03 +MOOCOW_BUILD_VERSION ?=2009-01-17
CONFIGURE_ARGS=\ CFLAGS="$(CFLAGS)" \ @@ -169,7 +169,7 @@ PDSTRING_DIR ?=../pdstring PDSTRING_CONFIGURE_ARGS ?=--enable-object-externals pdstring.autogen_stamp: - (cd $(PDSTRING_DIR); sh ./autogen.sh) || true +# (cd $(PDSTRING_DIR); sh ./autogen.sh) || true touch $@
pdstring.configure_stamp: pdstring.autogen_stamp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.