chiark / gitweb /
"STRIPCMD=" for the EXTRAS
[elogind.git] / extras / usb_id / Makefile
index 1796aaea09116b43d616fb1d26bd2ce2f8175475..9f82fd5b2ca8b6981e24c6153f5a5c1805e2cf9b 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