From 6bcb9aa9966f10273ce083cee52af1896bddfd26 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 18 Dec 2006 06:14:23 +0000 Subject: tweaked things to allow for setting CPU-specific build flags svn path=/trunk/; revision=6937 --- packages/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/Makefile') diff --git a/packages/Makefile b/packages/Makefile index 6045ea6f..91e95b54 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -263,9 +263,10 @@ $(pd_src)/src/configure: $(pd_src)/src/configure.in #$(pd_src)/src/makefile: $(pd_src)/src/makefile.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 - echo $$MACOSX_DEPLOYMENT_TARGET -cd $(pd_src)/src && ./configure $(PD_CONFIGURE_FLAGS) && \ + make OPT_CFLAGS="" depend && \ make $(DEST_PATHS) $(PD_BUILD_FLAGS) pd++: -- cgit v1.2.1