aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-07-21 05:18:46 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-07-21 05:18:46 +0000
commit91a9f4dced38f9296ad1a8d40cfc539bd0336ab4 (patch)
treea652fc1d21468a7449094968cc043d91f4ba7e35 /externals
parent090eed48570f560a2b1f1fbc4e5458ca05b0f52f (diff)
commented out other unused things from the template for corelibs... arg
svn path=/trunk/; revision=5391
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 44d80402..9828c468 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -337,9 +337,9 @@ corelibs_install: corelibs
# $(manualsdir)/$(CORELIBS_NAME)
install -p $(externals_src)/corelibs/README \
$(readmesdir)/$(CORELIBS_NAME).txt
- install -d $(examplesdir)/$(CORELIBS_NAME)
- install -p $(externals_src)/corelibs/examples/*.pd \
- $(examplesdir)/$(CORELIBS_NAME)
+# install -d $(examplesdir)/$(CORELIBS_NAME)
+# install -p $(externals_src)/corelibs/examples/*.pd \
+# $(examplesdir)/$(CORELIBS_NAME)
corelibs_clean:
-rm -f -- $(CORELIBS_OBJECTS:.c=.$(EXTENSION))