Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4926/darwin_app
Modified Files: Makefile Log Message: added miniscript to shorten path names
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** Makefile 10 Aug 2006 18:17:21 -0000 1.51 --- Makefile 19 Sep 2006 05:20:51 -0000 1.52 *************** *** 10,15 **** DESTDIR = $(PD_APP_CONTENTS)/Resources
! cvs_root_dir = $(CWD)/../.. ! BUILDLAYOUT_DIR = $(CWD)/..
include $(BUILDLAYOUT_DIR)/Makefile.buildlayout --- 10,15 ---- DESTDIR = $(PD_APP_CONTENTS)/Resources
! cvs_root_dir = $(shell cd $(CWD)/../.. && pwd) ! BUILDLAYOUT_DIR = $(shell cd $(CWD)/.. && pwd)
include $(BUILDLAYOUT_DIR)/Makefile.buildlayout