diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-03-28 03:09:18 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-03-28 03:09:18 +0200 |
commit | 15ff0ba36e9c1f051fe1e35e69f8569d0dfe2d66 (patch) | |
tree | b3cf8d571bb5085764e483bd0c465fe87a3bba59 /extras/volume_id/Makefile | |
parent | 92da64c700371126ee3bde79f983e0b3056d9442 (diff) |
remove all stripping code
Diffstat (limited to 'extras/volume_id/Makefile')
-rw-r--r-- | extras/volume_id/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |