aboutsummaryrefslogtreecommitdiff
path: root/externals/build/linux
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2005-06-24 11:31:28 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2005-06-24 11:31:28 +0000
commit73701d45fae37e8a0ac72b62ce34e7615171dbbc (patch)
tree7a110b30b364de5fdaf089b976a1613223565136 /externals/build/linux
parentea6844bd11a4f55938d7612cff341ecd5ddd862f (diff)
force -k to make
svn path=/trunk/; revision=3242
Diffstat (limited to 'externals/build/linux')
-rw-r--r--externals/build/linux/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile
index d4e2e4a1..604dac26 100644
--- a/externals/build/linux/makefile
+++ b/externals/build/linux/makefile
@@ -4,7 +4,10 @@ prefix=$(DESTDIR)/usr
EXTERNALS = $(shell ls ../src)
STRIP = strip --strip-unneeded -R .note -R .comment
-all: $(EXTERNALS:.c=.pd_linux)
+all:
+ make -k externals
+
+externals: $(EXTERNALS:.c=.pd_linux)
# this might be a better way to do this:
# EXTERNALS := ${patsubst %.c, %.o, ${wildcard *.c}}