aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-31 23:51:26 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-31 23:51:26 +0000
commit10a9b66655079d5765fd7b99cbaa83f08f29551c (patch)
treec6f0cc21ecf1e75e357c57fde2cc27bf7633dfea /packages
parent106cb3e881378a97315c3a123d467988cb74c04d (diff)
set the Pd-extended version with the date before building Pd
svn path=/trunk/; revision=12710
Diffstat (limited to 'packages')
-rw-r--r--packages/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 45c86b20..f69db0f4 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -127,7 +127,7 @@ HAVE_AUTOGEN_SH := $(wildcard $(pd_src)/autogen.sh)
ifeq (autogen.sh, $(findstring autogen.sh,$(HAVE_AUTOGEN_SH)))
#----------------------------------------------------------------------------#
# new autotools build system
-pd:
+pd: set_version
cd $(pd_src) \
&& ./autogen.sh \
&& ./configure $(PD_CONFIGURE_FLAGS) \