From ce3728e77b1b6863700164c3cf1008c317259fc9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 1 Nov 2009 05:17:52 +0000 Subject: added set_version to the build when using the old build system too, i.e. Pd-extended svn path=/trunk/; revision=12711 --- packages/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') 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) -- cgit v1.2.1