[PD-cvs] abstractions Makefile,1.29,1.30

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Sep 25 03:33:01 CEST 2006


Update of /cvsroot/pure-data/abstractions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18774

Modified Files:
	Makefile 
Log Message:
shorted paths to files

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/abstractions/Makefile,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** Makefile	11 Aug 2006 03:50:33 -0000	1.29
--- Makefile	25 Sep 2006 01:32:59 -0000	1.30
***************
*** 11,15 ****
  
  # these are designed to be overridden by the packages/Makefile
! cvs_root_dir = $(CWD)/..
  DESTDIR = $(CWD)/build/
  BUILDLAYOUT_DIR = $(cvs_root_dir)/packages
--- 11,15 ----
  
  # these are designed to be overridden by the packages/Makefile
! cvs_root_dir := $(shell cd $(CWD)/.. && pwd)
  DESTDIR = $(CWD)/build/
  BUILDLAYOUT_DIR = $(cvs_root_dir)/packages





More information about the Pd-cvs mailing list