chiark / gitweb /
"STRIPCMD=" for the EXTRAS
[elogind.git] / extras / scsi_id / Makefile
index 8a8c714a8768071680985dc39ea83bee992b90de..fadd4a1dd40b932ace3ae259f13a17d3db58a858 100644 (file)
@@ -49,7 +49,9 @@ all: $(PROG) $(MAN_PAGES)
 
 $(PROG): %: $(HEADERS) %.o $(OBJS)
        $(QUIET) $(LD) $(LDFLAGS) $@.o $(OBJS) -o $@ $(LIBUDEV) $(LIBSYSFS) $(LIB_OBJS)
+ifneq ($(strip $(STRIPCMD)),)
        $(QUIET) $(STRIPCMD) $@
+endif
 
 scsi_id_version.h:
        @echo "/* This file is auto-generated by the Makefile */" > $@