aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-02 18:30:42 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-02 18:30:42 +0000
commitb924e3ca9562f34470c1d77a4462c3539090cbbd (patch)
tree3a99b8b0fc01c4d5d32247be190eaec3d3341b93 /packages
parentc86993bfb212661e5d3bbac5cb4058c4228b989a (diff)
The newly updated 'make depend' section in makefile.mingw means that you need
to cd to packages/win32_inno before running make -f makefile.mingw so that 'make depend' finds the source files and puts the makefile.dependencies in the right place. svn path=/trunk/; revision=9528
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/win32_inno/Makefile2
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