aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
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 f69db0f4..691ff3c7 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -153,7 +153,7 @@ $(pd_src)/src/configure: $(pd_src)/src/configure.in
# cd $(pd_src)/src/ && ./configure $(PD_CONFIGURE_FLAGS)
# this line has the "-" to support the current makefile.mingw hack
-pd: $(pd_src)/src/configure
+pd: $(pd_src)/src/configure set_version
-cd $(pd_src)/src && ./configure $(PD_CONFIGURE_FLAGS) && \
make OPT_CFLAGS="" depend && \
make $(DEST_PATHS) $(PD_BUILD_FLAGS)