diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-01 05:17:52 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-01 05:17:52 +0000 |
commit | ce3728e77b1b6863700164c3cf1008c317259fc9 (patch) | |
tree | 742784fc1799e5193af35c07dde18b7a6cc39476 /packages/Makefile | |
parent | 10a9b66655079d5765fd7b99cbaa83f08f29551c (diff) |
added set_version to the build when using the old build system too, i.e. Pd-extended
svn path=/trunk/; revision=12711
Diffstat (limited to 'packages/Makefile')
-rw-r--r-- | packages/Makefile | 2 |
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) |