diff options
author | N.N. <electrickery@users.sourceforge.net> | 2015-03-06 16:02:37 +0000 |
---|---|---|
committer | N.N. <electrickery@users.sourceforge.net> | 2015-03-06 16:02:37 +0000 |
commit | ace8979ccf13ee4c3a03aeabd8581da348f7f316 (patch) | |
tree | 6d03672bb36fc6d8eea8ba113a83375c48896274 /cyclone | |
parent | 3e2828294aa0e3a879c5ed7681944fefc7ca1a87 (diff) |
Removed reference to unneeded file coll.txt because it breaks the make install
svn path=/trunk/externals/miXed/; revision=17434
Diffstat (limited to 'cyclone')
-rw-r--r-- | cyclone/Makefile.libdir | 2 |
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 |