From 73de1a2215f2ea9c78b960dd9e2a3d64268e5caf Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 28 Jul 2006 05:54:01 +0000 Subject: oops, had to bump up Makefile.buildlayout in the list so theat scripts_src would work svn path=/trunk/; revision=5421 --- packages/darwin_app/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'packages/darwin_app') 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) -- cgit v1.2.1