From 1be8e81aed03e32062e12254425829c50163711e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 22 May 2004 17:21:22 +0000 Subject: added a comment/suggestion for a change svn path=/trunk/; revision=1758 --- 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 38f331b9..28796623 100644 --- a/externals/build/linux/makefile +++ b/externals/build/linux/makefile @@ -4,9 +4,12 @@ prefix=$(DESTDIR)/usr EXTERNALS = $(shell ls ../src) STRIP = strip --strip-unneeded -R .note -R .comment - all: $(EXTERNALS:.c=.pd_linux) +# this might be a better way to do this: +# EXTERNALS := ${patsubst %.c, %.o, ${wildcard *.c}} +# all: ${EXTERNALS} + .SUFFIXES: .pd_linux LINUXCFLAGS = -fPIC -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \ -- cgit v1.2.1