diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-21 05:18:46 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-21 05:18:46 +0000 |
commit | 91a9f4dced38f9296ad1a8d40cfc539bd0336ab4 (patch) | |
tree | a652fc1d21468a7449094968cc043d91f4ba7e35 /externals/Makefile | |
parent | 090eed48570f560a2b1f1fbc4e5458ca05b0f52f (diff) |
commented out other unused things from the template for corelibs... arg
svn path=/trunk/; revision=5391
Diffstat (limited to 'externals/Makefile')
-rw-r--r-- | externals/Makefile | 6 |
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)) |