chiark / gitweb /
"STRIPCMD=" for the EXTRAS
[elogind.git] / Makefile
index d309cf6c90cd75aeb4b36a915fc3925db7e68771..8446eee924d527bf46fd6e036c532eba5b46dc63 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -233,7 +233,7 @@ all: $(KLCC) $(PROGRAMS) $(MAN_PAGES)
 # "Static Pattern Rule" to build all programs
 $(PROGRAMS): %: $(HOST_PROGS) $(KLCC) $(HEADERS) $(GEN_HEADERS) $(LIBSYSFS) $(LIBUDEV) %.o
        $(QUIET) $(LD) $(LDFLAGS) $@.o -o $@ $(LIBUDEV) $(LIBSYSFS) $(LIB_OBJS)
-ifneq ($(strip $(STRIPCMD)),)
+ifneq ($(STRIPCMD),)
        $(QUIET) $(STRIPCMD) $@
 endif