aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-15 04:28:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-06-15 04:28:45 +0000
commite50c649e0e3be83a7aba9729912fd022bf8e56e6 (patch)
treeaa5a8eec8f6ea1af2b3f995ab78857a55eea4f77 /externals
parent393fc275e912624c71f9c8d6d22476671490bf15 (diff)
oops, forgot a backslash
svn path=/trunk/; revision=5246
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index e34b73a8..6755302a 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -298,7 +298,7 @@ corelibs_install: corelibs
--description "core libraries stripped out of Pd" \
--license "BSD" \
--version ""
- install -p $(CORELIBS_OBJECTS:.c=.$(EXTENSION))
+ install -p $(CORELIBS_OBJECTS:.c=.$(EXTENSION)) \
$(objectsdir)/$(CORELIBS_NAME)
install -d $(helpdir)/$(CORELIBS_NAME)
install -p $(externals_src)/corelibs/help/*.pd \