[PD-cvs] packages/win32_inno Makefile,1.16,1.17

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Sep 19 07:20:53 CEST 2006


Update of /cvsroot/pure-data/packages/win32_inno
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4926/win32_inno

Modified Files:
	Makefile 
Log Message:
added miniscript to shorten path names

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Makefile	14 Sep 2006 01:01:17 -0000	1.16
--- Makefile	19 Sep 2006 05:20:51 -0000	1.17
***************
*** 7,12 ****
  
  DESTDIR = $(CWD)/build
! cvs_root_dir = $(CWD)/../..
! BUILDLAYOUT_DIR = $(CWD)/..
  
  
--- 7,12 ----
  
  DESTDIR = $(CWD)/build
! cvs_root_dir = $(shell cd $(CWD)/../.. && pwd)
! BUILDLAYOUT_DIR = $(shell cd $(CWD)/.. && pwd)
  
  





More information about the Pd-cvs mailing list