aboutsummaryrefslogtreecommitdiffstats
path: root/extras/edd_id
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-03-28 03:09:18 +0200
committerKay Sievers <kay.sievers@suse.de>2006-03-28 03:09:18 +0200
commit15ff0ba36e9c1f051fe1e35e69f8569d0dfe2d66 (patch)
treeb3cf8d571bb5085764e483bd0c465fe87a3bba59 /extras/edd_id
parent92da64c700371126ee3bde79f983e0b3056d9442 (diff)
downloadudev-15ff0ba36e9c1f051fe1e35e69f8569d0dfe2d66.tar.gz
remove all stripping code
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 8afd8cc2..9671878a 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