Update of /cvsroot/pure-data/externals/build/linux In directory sc8-pr-cvs1:/tmp/cvs-serv29079
Modified Files: makefile Log Message: build all thats in ../src
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/build/linux/makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** makefile 26 Sep 2003 04:32:39 -0000 1.13 --- makefile 27 Oct 2003 16:33:07 -0000 1.14 *************** *** 2,6 **** prefix=$(DESTDIR)/usr
! EXTERNALS = $(shell cat make.src) STRIP = strip --strip-unneeded -R .note -R .comment
--- 2,6 ---- prefix=$(DESTDIR)/usr
! EXTERNALS = $(shell ls ../src) STRIP = strip --strip-unneeded -R .note -R .comment
*************** *** 38,40 ****
deb: ! cd ../.. && dpkg-buildpackage -b \ No newline at end of file --- 38,40 ----
deb: ! cd ../.. && dpkg-buildpackage -b