aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index ab95c923..e24bb08b 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -2473,8 +2473,9 @@ tof_install: tof
install -d $(DESTDIR)$(helpdir)/$(TOF_NAME)
install -p $(externals_src)/tof/help/*.pd \
$(DESTDIR)$(helpdir)/$(TOF_NAME)
- install -p $(externals_src)/tof/help/*.pd \
+ install -p $(externals_src)/tof/abs/*.pd \
$(DESTDIR)$(objectsdir)/$(TOF_NAME)
+ #install -p $(externals_src)/tof/help/*.pd $(DESTDIR)$(objectsdir)/$(TOF_NAME)
tof_clean:
-rm -f -- $(TOF_OBJECTS:.c=.$(EXTENSION))