]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/install-library-targets.make
* lily/ledger-line-spanner.cc (print): swap linear_combination
[lilypond.git] / stepmake / stepmake / install-library-targets.make
index cb3915ea42ee9f86a4b3ccfe4a8016e430b08513..3d657c5073f2d18e0bc07b506e575a153d8ca72e 100644 (file)
@@ -1,5 +1,5 @@
 
-localinstall: $(LIBRARY)
+local-install: $(LIBRARY)
 ifneq ($(strip $(INSTALL_HEADERS)),)
        $(INSTALL) -d $(includedir)
        $(INSTALL) $(INSTALL_HEADERS) $(includedir)
@@ -14,7 +14,7 @@ else
        $(INSTALL) $(LIBRARY) $(libdir)/$(INSTALL_LIBRARY)
 endif
 
-localuninstall:
+local-uninstall:
 ifneq ($(strip $(INSTALL_HEADERS)),)
        rm -f $(addprefix $(includedir)/, $(INSTALL_HEADERS))
 endif