diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-10 22:34:17 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-10 22:34:17 +0000 |
commit | 5bbc3a059a441d202ee2f01ff95bd91818967720 (patch) | |
tree | 427470065cb7c6c34d1ba413cf0f36cacdd6168d | |
parent | 62a55bd5a268faa7f32e148262a8be1fcca90b12 (diff) |
install cyclist last in case the user doesn't have perms to write in /usr/local/bin, at least everything else will be installed
svn path=/trunk/externals/miXed/; revision=14382
-rw-r--r-- | cyclone/Makefile.libdir | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cyclone/Makefile.libdir b/cyclone/Makefile.libdir index 91e2a3a..59ad876 100644 --- a/cyclone/Makefile.libdir +++ b/cyclone/Makefile.libdir @@ -107,15 +107,15 @@ install: cyclone ../bin/maxmode.$(EXTENSION) \ $(DESTDIR)$(objectsdir)/cyclone/maxmode $(STRIP) $(DESTDIR)$(objectsdir)/cyclone/maxmode/*.$(EXTENSION) -# install "cyclist" command line app with pd - $(INSTALL_DIR) $(DESTDIR)$(bindir) - $(INSTALL_PROGRAM) ../bin/cyclist $(DESTDIR)$(bindir) - $(STRIP) $(DESTDIR)$(bindir)/cyclist $(INSTALL_DATA) ../doc/help/cyclone/*.* \ $(DESTDIR)$(objectsdir)/cyclone $(INSTALL_DIR) $(DESTDIR)$(objectsdir)/cyclone/examples $(INSTALL_DATA) ../test/cyclone/*.* \ $(DESTDIR)$(objectsdir)/cyclone/examples +# install "cyclist" command line app with pd + $(INSTALL_DIR) $(DESTDIR)$(bindir) + $(INSTALL_PROGRAM) ../bin/cyclist $(DESTDIR)$(bindir) + $(STRIP) $(DESTDIR)$(bindir)/cyclist clean: -$(MAKE) -f Makefile $(DEST_PATHS) clean |