chiark / gitweb /
"STRIPCMD=" for the EXTRAS
[elogind.git] / extras / volume_id / Makefile
index 56cab10e2325b59d47a0693a5585ea73260ca8d2..a936e43bb229ced1ee7a5509578e8791d560d85c 100644 (file)
@@ -38,7 +38,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