]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/install-targets.make
Merge branch 'master' of /home/lilycvs/git/lily/
[lilypond.git] / stepmake / stepmake / install-targets.make
index efa1273aff478246c0567f7c9b4c3ad03d19d665..f06ceadbe69f480a9c51dcba90bbecf279993793 100644 (file)
@@ -8,13 +8,12 @@ local-install-files: $(INSTALLATION_FILES)
        $(PRE_INSTALL)
        -$(INSTALLPY) -d $(DESTDIR)$(INSTALLATION_DIR)
        $(INSTALLPY) -m 644 $(addprefix $(src-dir)/,$(INSTALLATION_FILES)) $(DESTDIR)$(INSTALLATION_DIR)/
-
        $(foreach suff, $(INSTALLATION_SUFFIXES),  \
                ($(INSTALLPY) -d $(DESTDIR)$(INSTALLATION_DIR$(suff)) || true) && \
-               $(INSTALLPY) -m 644  $(addprefix $(src-dir)/, $(INSTALLATION_FILES$(suff))) $(DESTDIR)$(INSTALLATION_DIR$(suff))/ ) 
+               $(INSTALLPY) -m 644  $(addprefix $(src-dir)/, $(INSTALLATION_FILES$(suff))) $(DESTDIR)$(INSTALLATION_DIR$(suff))/ )
        $(POST_INSTALL)
 
-local-uninstall: local-uninstall-outfiles local-uninstall-files 
+local-uninstall: local-uninstall-outfiles local-uninstall-files
 
 local-uninstall-outfiles: