aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <electrickery@users.sourceforge.net>2015-03-06 16:02:37 +0000
committerN.N. <electrickery@users.sourceforge.net>2015-03-06 16:02:37 +0000
commitace8979ccf13ee4c3a03aeabd8581da348f7f316 (patch)
tree6d03672bb36fc6d8eea8ba113a83375c48896274
parent3e2828294aa0e3a879c5ed7681944fefc7ca1a87 (diff)
Removed reference to unneeded file coll.txt because it breaks the make install
svn path=/trunk/externals/miXed/; revision=17434
-rw-r--r--cyclone/Makefile.libdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/Makefile.libdir b/cyclone/Makefile.libdir
index f522077..53a54b6 100644
--- a/cyclone/Makefile.libdir
+++ b/cyclone/Makefile.libdir
@@ -124,7 +124,7 @@ install: cyclone
$(INSTALL_DATA) ../LICENSE.txt $(DESTDIR)$(objectsdir)/cyclone
$(INSTALL_DATA) README.txt $(DESTDIR)$(objectsdir)/cyclone
$(INSTALL_DIR) $(DESTDIR)$(objectsdir)/cyclone/manual
- $(INSTALL_DATA) ../doc/help/cyclone/coll.txt hammer/pd-lib-notes.txt \
+ $(INSTALL_DATA) hammer/pd-lib-notes.txt \
$(DESTDIR)$(objectsdir)/cyclone/manual
# cyclone is compiled straight into $(OUT_DIR), yes a kludge, but the code of
# this build system is impenetrable