Update of /cvsroot/pure-data/packages/linux_make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4926/linux_make
Modified Files: Makefile Log Message: added miniscript to shorten path names
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Makefile 13 Sep 2006 19:38:20 -0000 1.14 --- Makefile 19 Sep 2006 05:20:51 -0000 1.15 *************** *** 6,11 ****
DESTDIR = $(CWD)/build/ ! cvs_root_dir = $(CWD)/../.. ! BUILDLAYOUT_DIR = $(CWD)/..
--- 6,11 ----
DESTDIR = $(CWD)/build/ ! cvs_root_dir = $(shell cd $(CWD)/../.. && pwd) ! BUILDLAYOUT_DIR = $(shell cd $(CWD)/.. && pwd)