chiark / gitweb /
remove all stripping code
[elogind.git] / extras / floppy / Makefile
index 7b46a5f00c497e22b1394398969e14c7051cd51d..a06ebc8b39015791416b5d333ec864b40f118e79 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