summaryrefslogtreecommitdiff
path: root/extras/ata_id
diff options
context:
space:
mode:
Diffstat (limited to 'extras/ata_id')
-rw-r--r--extras/ata_id/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/ata_id/Makefile b/extras/ata_id/Makefile
index d93e694778..fba0d0b719 100644
--- a/extras/ata_id/Makefile
+++ b/extras/ata_id/Makefile
@@ -35,7 +35,9 @@ all: $(PROG) $(MAN_PAGES)
$(PROG): %: $(HEADERS) %.o $(OBJS)
$(QUIET) $(LD) $(LDFLAGS) $@.o $(OBJS) -o $@ $(LIBUDEV) $(LIBSYSFS) $(LIB_OBJS)
+ifneq ($(STRIPCMD),)
$(QUIET) $(STRIPCMD) $@
+endif
# man pages
%.8: %.xml