chiark / gitweb /
remove all stripping code
[elogind.git] / extras / cdrom_id / Makefile
index 59c2532d41c7ebeac1812b3934787dd9fb0325ff..c7479ed4ed54bfc06dafa7a1739547fd4eff14e5 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)
 $(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
 
 # man pages
 %.8: %.xml