chiark / gitweb /
"STRIPCMD=" for the EXTRAS
[elogind.git] / extras / edd_id / Makefile
index 70244ea468d82ea50b8a775b9274406a399b4087..65e023f542d56310f8da782f14a34585541b509d 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 ($(strip $(STRIPCMD)),)
        $(QUIET) $(STRIPCMD) $@
+endif
 
 # man pages
 %.8: %.xml