summaryrefslogtreecommitdiff
path: root/extras/volume_id/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extras/volume_id/Makefile')
-rw-r--r--extras/volume_id/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/volume_id/Makefile b/extras/volume_id/Makefile
index 56cab10e23..a936e43bb2 100644
--- a/extras/volume_id/Makefile
+++ b/extras/volume_id/Makefile
@@ -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