]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Fix "make install-strip"
authorTheodore Ts'o <tytso@mit.edu>
Sun, 17 Mar 2019 22:46:26 +0000 (18:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 17 Mar 2019 22:46:26 +0000 (18:46 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/Makefile.bsd-lib
lib/Makefile.darwin-lib
lib/Makefile.elf-lib
lib/Makefile.library
lib/Makefile.solaris-lib

index db0947f9a7315194e845b12f194289d864bf274f..2792ba3dfa9d28ccd85bdd3dc485b99aaff84f1d 100644 (file)
@@ -36,7 +36,7 @@ install-shlibs install:: $(BSD_LIB)
 
 install-strip: install
 
-install-shlibs-strip: install-shlibs
+install-shlibs-strip:: install-shlibs
 
 uninstall-shlibs uninstall::
        $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
index c94a5e72195a1f19b89a4e0c152b2b138c80f6bc..95cdd4b49e633c803c1c0e3f356cd67699f6de23 100644 (file)
@@ -39,7 +39,7 @@ install-shlibs install:: $(BSD_LIB)
 
 install-strip: install
 
-install-shlibs-strip: install-shlibs
+install-shlibs-strip:: install-shlibs
 
 uninstall-shlibs uninstall::
        $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
index bd7b2b3c48b7927dba39d50102b497083604610a..f850f3ddb79532e2560f43ce9fa810d235949223 100644 (file)
@@ -58,7 +58,7 @@ install-strip: install
        $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
                --remove-section=.note $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
 
-install-shlibs-strip: install-shlibs
+install-shlibs-strip:: install-shlibs
        $(E) "  STRIP-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)"
        $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
                --remove-section=.note $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
index 1b86b0235587a13e62dc6e6d9ec0df4142bce6a9..f78467aa7ae919ed5ea828f699cdcda239cefb21 100644 (file)
@@ -1,5 +1,7 @@
 all:: subdirs $(LIBRARY).a
 
+install-shlibs-strip::
+
 install-shlibs::
 
 uninstall-shlibs::
index 304df7d40c3af4e7c068e9fd9d36f17e64df2a83..1e636368fef70c4c50382456e762950fde30b505 100644 (file)
@@ -50,7 +50,7 @@ install-shlibs install:: $(ELF_LIB) installdirs-elf-lib
 install-strip: install
        $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
 
-install-shlibs-strip: install-shlibs
+install-shlibs-strip:: install-shlibs
        $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
 
 uninstall-shlibs uninstall::