diff options
Diffstat (limited to 'extras/dasd_id/Makefile')
-rw-r--r-- | extras/dasd_id/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extras/dasd_id/Makefile b/extras/dasd_id/Makefile index 6831a9d507..76f5949c12 100644 --- a/extras/dasd_id/Makefile +++ b/extras/dasd_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 |