chiark / gitweb /
"STRIPCMD=" for the EXTRAS
[elogind.git] / extras / cdrom_id / Makefile
index c3ee6e32952397af48e5db45584072f7cfc96026..f06d2c65bf435869b4ea2814088b4f0047edabba 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