aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) \