From 15ff0ba36e9c1f051fe1e35e69f8569d0dfe2d66 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 28 Mar 2006 03:09:18 +0200 Subject: remove all stripping code --- extras/volume_id/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'extras/volume_id') diff --git a/extras/volume_id/Makefile b/extras/volume_id/Makefile index 72e2d3abb1..759ea549cc 100644 --- a/extras/volume_id/Makefile +++ b/extras/volume_id/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf