X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fscsi_id%2FMakefile;h=fadd4a1dd40b932ace3ae259f13a17d3db58a858;hp=8a8c714a8768071680985dc39ea83bee992b90de;hb=c1bf1edeb726dc2cdedca5358f9b9cd88db72697;hpb=49fb51c6159db916f93c9439ef9b37ce6be90d02 diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile index 8a8c714a8..fadd4a1dd 100644 --- a/extras/scsi_id/Makefile +++ b/extras/scsi_id/Makefile @@ -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 */" > $@