chiark / gitweb /
"STRIPCMD=" for the EXTRAS
[elogind.git] / extras / ata_id / Makefile
index d93e69477824afb2ecb075e893a866ad37e58885..fba0d0b719220505805020a169c3f72bddd8fe66 100644 (file)
@@ -35,7 +35,9 @@ all: $(PROG) $(MAN_PAGES)
 
 $(PROG): %: $(HEADERS) %.o $(OBJS)
        $(QUIET) $(LD) $(LDFLAGS) $@.o $(OBJS) -o $@ $(LIBUDEV) $(LIBSYSFS) $(LIB_OBJS)
+ifneq ($(STRIPCMD),)
        $(QUIET) $(STRIPCMD) $@
+endif
 
 # man pages
 %.8: %.xml