]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/Executable.make
release: 1.0.2
[lilypond.git] / stepmake / stepmake / Executable.make
index 1516ad7eb7c71e1288e18c81c36df77531577911..3feadc553a61cd824c59109c096bf4381d444235 100644 (file)
@@ -18,9 +18,9 @@ localinstall: installexe
 localuninstall: uninstallexe
 
 installexe: all
-       $(INSTALL) -d $(bindir)
+       -$(INSTALL) -d $(bindir)
        $(foreach a, $(EXECUTABLES), \
-               $(INSTALL) -m 755 $(outdir)/$(a) $(bindir)/$(a)$(DOTEXE) && \
+               $(INSTALL) -m 755 $(outdir)/$(a)$(DOTEXE) $(bindir)/$(a)$(DOTEXE) && \
                strip $(bindir)/$(a)$(DOTEXE) && ) true
        $(foreach a, $(SEXECUTABLES), \
                $(INSTALL) -m 755 $(outdir)/$(a) $(bindir) &&) true