diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-10-27 16:33:07 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2003-10-27 16:33:07 +0000 |
commit | 5794bcbd3276fe7e80daab4b9504a03046da0e5d (patch) | |
tree | 3419e1a7c99b3ec9caa6b03cf7d239396c84168e /externals | |
parent | 92f4aa7105358dc5f5351bcba4a296e46207c959 (diff) |
build all thats in ../src
svn path=/trunk/; revision=1142
Diffstat (limited to 'externals')
-rw-r--r-- | externals/build/linux/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |