diff options
Diffstat (limited to 'packages/Makefile')
-rw-r--r-- | packages/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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++: |