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/ata_id | |
parent | 92da64c700371126ee3bde79f983e0b3056d9442 (diff) |
remove all stripping code
Diffstat (limited to 'extras/ata_id')
-rw-r--r-- | extras/ata_id/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extras/ata_id/Makefile b/extras/ata_id/Makefile index 9049a35787..690100082e 100644 --- a/extras/ata_id/Makefile +++ b/extras/ata_id/Makefile @@ -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 |