X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fedd_id%2FMakefile;h=65e023f542d56310f8da782f14a34585541b509d;hp=70244ea468d82ea50b8a775b9274406a399b4087;hb=c1bf1edeb726dc2cdedca5358f9b9cd88db72697;hpb=90e037dbe29fc55e72d0c7e31ed78a71b8dca2c9 diff --git a/extras/edd_id/Makefile b/extras/edd_id/Makefile index 70244ea46..65e023f54 100644 --- a/extras/edd_id/Makefile +++ b/extras/edd_id/Makefile @@ -35,7 +35,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 # man pages %.8: %.xml