aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-07-28 05:54:01 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-07-28 05:54:01 +0000
commit73de1a2215f2ea9c78b960dd9e2a3d64268e5caf (patch)
tree92b8a82c8d2a3186a2ff591e33de14f3bf606a55 /packages
parent57260bba8692c3c0ff32380203b3f4c1ad95c8de (diff)
oops, had to bump up Makefile.buildlayout in the list so theat scripts_src would work
svn path=/trunk/; revision=5421
Diffstat (limited to 'packages')
-rw-r--r--packages/darwin_app/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile
index 4cf1d7eb..8061bdf0 100644
--- a/packages/darwin_app/Makefile
+++ b/packages/darwin_app/Makefile
@@ -13,6 +13,8 @@ DESTDIR = $(PD_APP_CONTENTS)/Resources
cvs_root_dir = $(CWD)/../..
BUILDLAYOUT_DIR = $(CWD)/..
+include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
+
# source for the Wish Shell.app used to build Pd
# download TclTkAquaStandalone-8.?.*.dmg from http://tcltkaqua.sourceforge.net/
# and mount it. The files will be copied from the mounted .dmg image.
@@ -28,10 +30,6 @@ WISH_NAME := $(shell ( test -d $(WISH_SOURCE)/Wish.app && echo Wish) \
WISH = "$(WISH_SOURCE)/$(WISH_NAME).app"
WISH_CONTENTS = "$(WISH)/Contents"
-
-include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
-
-
# which CPU to compile for
TARGET_PLATFORM := $(shell uname -p)