X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Finstall-library-targets.make;h=3d657c5073f2d18e0bc07b506e575a153d8ca72e;hb=db4dd36b622417b5fe4c4a4660402e0ac7b5beb1;hp=cb3915ea42ee9f86a4b3ccfe4a8016e430b08513;hpb=940de3a1a0f1af50bbef42470db36471d71efc5f;p=lilypond.git diff --git a/stepmake/stepmake/install-library-targets.make b/stepmake/stepmake/install-library-targets.make index cb3915ea42..3d657c5073 100644 --- a/stepmake/stepmake/install-library-targets.make +++ b/stepmake/stepmake/install-library-targets.make @@ -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