From: Theodore Ts'o Date: Sun, 17 Mar 2019 22:50:37 +0000 (-0400) Subject: e2scrub: fix up "make install-strip" support X-Git-Tag: v1.45.1-rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9fa167b8e9eb97f6d96285ed3413bf9e9e7dd64;p=thirdparty%2Fe2fsprogs.git e2scrub: fix up "make install-strip" support Signed-off-by: Theodore Ts'o --- diff --git a/scrub/Makefile.in b/scrub/Makefile.in index 2f6d63014..f1e917fcf 100644 --- a/scrub/Makefile.in +++ b/scrub/Makefile.in @@ -129,6 +129,8 @@ install-systemd: $(SERVICE_FILES) $(INSTALL_DATA) $$i $(DESTDIR)$(SYSTEMD_SYSTEM_UNIT_DIR)/$$i; \ done +install-strip: install + install: $(PROGS) $(MANPAGES) $(FMANPAGES) installdirs $(INSTALL_TGT) $(Q) for i in $(PROGS); do \ $(ES) " INSTALL $(root_sbindir)/$$i"; \