aboutsummaryrefslogtreecommitdiff
path: root/externals/build/linux
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2003-03-21 10:15:43 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2003-03-21 10:15:43 +0000
commit9645c9b233beb36b19bde5afe8c8d0f7eef18c47 (patch)
tree922c41f70fd9f84431a8a88166647586a51a3de4 /externals/build/linux
parent5697ebe98e16f1438d6feba09cb075b6a0f2a653 (diff)
updated externals.pd
svn path=/trunk/; revision=490
Diffstat (limited to 'externals/build/linux')
-rw-r--r--externals/build/linux/makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile
index 68a2666d..b2765e36 100644
--- a/externals/build/linux/makefile
+++ b/externals/build/linux/makefile
@@ -1,9 +1,9 @@
prefix=$(DESTDIR)/usr
-EXTERNALS = $(shell ls )
+EXTERNALS = $(shell ls ../src )
-all: link.stamp $(EXTERNALS:.c=.pd_linux)
+all: $(EXTERNALS:.c=.pd_linux)
.SUFFIXES: .pd_linux
@@ -34,13 +34,3 @@ install: install-doc
install -m644 *.pd_linux $(prefix)/lib/pd/extra
-link: link.stamp
-
-link.stamp:
- cp ../src/*.c .
- rm vst.c
- touch link.stamp
- make
-
-
-