aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
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 c976edf7..b4ab6c50 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -738,7 +738,7 @@ mapping_install: mapping
--version ""
# no compiled objects yet...
# install -p $(MAPPING_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(MAPPING_NAME)
- install -p $(externals_src)/mapping/pd/*.pd $(objectsdir)/$(MAPPING_NAME)
+ install -p $(externals_src)/mapping/*.pd $(objectsdir)/$(MAPPING_NAME)
install -d $(helpdir)/$(MAPPING_NAME)
install -p $(externals_src)/mapping/help/*.pd \
$(helpdir)/$(MAPPING_NAME)