Whamcloud - gitweb
e2scrub: fix up "make install-strip" support
authorTheodore Ts'o <tytso@mit.edu>
Sun, 17 Mar 2019 22:50:37 +0000 (18:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 17 Mar 2019 22:50:37 +0000 (18:50 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
scrub/Makefile.in

index 2f6d630..f1e917f 100644 (file)
@@ -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"; \