aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/Makefile b/externals/Makefile
index cb3bd150..bc947c3e 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -770,9 +770,9 @@ hcs_install: hcs
# install -d $(DESTDIR)$(readmesdir)
# install -p $(externals_src)/hcs/README \
# $(DESTDIR)$(readmesdir)/$(HCS_NAME).txt
- install -d $(DESTDIR)$(examplesdir)/$(HCS_NAME)
+ install -d $(DESTDIR)$(objectsdir)/$(HCS_NAME)/examples
install -p $(externals_src)/hcs/examples/*.pd \
- $(DESTDIR)$(examplesdir)/$(HCS_NAME)
+ $(DESTDIR)$(objectsdir)/$(HCS_NAME)/examples
hcs_clean:
-rm -f -- $(HCS_OBJECTS:.c=.$(EXTENSION))