summaryrefslogtreecommitdiff
path: root/extras/edd_id
diff options
context:
space:
mode:
Diffstat (limited to 'extras/edd_id')
-rw-r--r--extras/edd_id/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/extras/edd_id/Makefile b/extras/edd_id/Makefile
index 8afd8cc2fd..9671878a57 100644
--- a/extras/edd_id/Makefile
+++ b/extras/edd_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