chiark / gitweb /
remove all stripping code
[elogind.git] / extras / usb_id / Makefile
index b3c417276a02a8bd16b0dd2bc4ea0ab57f3d8058..40555fd52c52c0eef06f8e1bf4bb5c64bef13f25 100644 (file)
@@ -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