X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Ffloppy%2FMakefile;h=344f48828d882a1d132dd6b7ccf02277e296f863;hb=c1bf1edeb726dc2cdedca5358f9b9cd88db72697;hp=8568e28edf1213fc1256d5070f9ef8e4fb36e2b1;hpb=db28d2ea4f95aee82ec3619546546eb1506be46a;p=elogind.git diff --git a/extras/floppy/Makefile b/extras/floppy/Makefile index 8568e28ed..344f48828 100644 --- a/extras/floppy/Makefile +++ b/extras/floppy/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