aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'externals/Makefile')
-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 \