From 73701d45fae37e8a0ac72b62ce34e7615171dbbc Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Fri, 24 Jun 2005 11:31:28 +0000 Subject: force -k to make svn path=/trunk/; revision=3242 --- externals/build/linux/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'externals/build/linux/makefile') 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}} -- cgit v1.2.1