summaryrefslogtreecommitdiff
path: root/extras/ata_id
diff options
context:
space:
mode:
Diffstat (limited to 'extras/ata_id')
-rw-r--r--extras/ata_id/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/extras/ata_id/Makefile b/extras/ata_id/Makefile
index 9049a35787..690100082e 100644
--- a/extras/ata_id/Makefile
+++ b/extras/ata_id/Makefile
@@ -36,10 +36,6 @@ all: $(PROG) $(MAN_PAGES)
$(PROG): %: $(HEADERS) %.o $(OBJS)
$(E) " LD " $@
$(Q) $(LD) $(LDFLAGS) $@.o $(OBJS) -o $@ $(LIBUDEV) $(LIB_OBJS)
-ifneq ($(strip $(STRIPCMD)),)
- $(E) " STRIP " $@
- $(Q) $(STRIPCMD) $@
-endif
# man pages
%.8: %.xml