chiark / gitweb /
remove all stripping code
[elogind.git] / extras / volume_id / Makefile
index 72e2d3abb10fb930daa0fe015f1aed3f7bf9f1e8..759ea549cc7fd56933135700a5c5e2ed6c4c37eb 100644 (file)
@@ -41,10 +41,6 @@ ifeq ($(strip $(VOLUME_ID_STATIC)),true)
 else
        $(Q) $(LD) $(LDFLAGS) -o $@ $@.o $(LIBUDEV) -Llib -lvolume_id $(LIB_OBJS)
 endif
-ifneq ($(strip $(STRIPCMD)),)
-       $(E) "  STRIP   " $@
-       $(Q) $(STRIPCMD) $@
-endif
 
 # man pages
 %.8: %.xml