From 5bbc3a059a441d202ee2f01ff95bd91818967720 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 10 Nov 2010 22:34:17 +0000 Subject: 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 --- cyclone/Makefile.libdir | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cyclone') 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 -- cgit v1.2.1