chiark / gitweb /
"STRIPCMD=" for the EXTRAS
[elogind.git] / extras / dasd_id / Makefile
index 2a14050d66d26d861da400b1c05c2bbb513c7bf8..698253a9ee93083d749f86fcffc69aec20eeebdc 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