From 5794bcbd3276fe7e80daab4b9504a03046da0e5d Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 27 Oct 2003 16:33:07 +0000 Subject: build all thats in ../src svn path=/trunk/; revision=1142 --- externals/build/linux/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/build/linux/makefile') diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile index a80bebb1..40c3ae58 100644 --- a/externals/build/linux/makefile +++ b/externals/build/linux/makefile @@ -1,7 +1,7 @@ prefix=$(DESTDIR)/usr -EXTERNALS = $(shell cat make.src) +EXTERNALS = $(shell ls ../src) STRIP = strip --strip-unneeded -R .note -R .comment @@ -37,4 +37,4 @@ install: install-doc deb: - cd ../.. && dpkg-buildpackage -b \ No newline at end of file + cd ../.. && dpkg-buildpackage -b -- cgit v1.2.1