diff options
Diffstat (limited to 'packages/win32_inno')
-rwxr-xr-x | packages/win32_inno/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index eddecfd2..211788b7 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -39,7 +39,7 @@ package: $(PD_INNO_SETUP) # makefile.mingw is available from here: # http://sourceforge.net/tracker/index.php?func=detail&aid=1374659&group_id=55736&atid=478072 build_pd: - $(MAKE) -C $(pd_src)/src -f makefile.mingw + cd $(pd_src)/src && $(MAKE) -f makefile.mingw pd_install: build_pd # the autoconf/MinGW setup doesn't compile the extras yet |