[PD-cvs] packages/linux_make Makefile,1.12,1.13

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Aug 1 03:27:23 CEST 2006


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

Modified Files:
	Makefile 
Log Message:
added 'all' target distinct from 'install'

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Makefile	31 Jul 2006 19:41:55 -0000	1.12
--- Makefile	1 Aug 2006 01:27:21 -0000	1.13
***************
*** 2,6 ****
  # for making a tar.bz2 that installs using a Makefile
  #
- all: install
  
  CWD := $(shell pwd)
--- 2,5 ----
***************
*** 43,46 ****
--- 42,48 ----
  				UNAME=$(UNAME)
  
+ all: 	
+ 	make -C $(packages_src) $(DEST_PATHS)
+ 
  
  install: 





More information about the Pd-cvs mailing list