aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKay Sievers <kay@pim.off.vrfy.org>2005-10-28 01:49:22 +0200
committerKay Sievers <kay@pim.off.vrfy.org>2005-10-28 01:49:22 +0200
commitc1bf1edeb726dc2cdedca5358f9b9cd88db72697 (patch)
tree91ce27bc8aecc531ff59c8a094317bb2493f9642 /Makefile
parent90e037dbe29fc55e72d0c7e31ed78a71b8dca2c9 (diff)
downloadudev-c1bf1edeb726dc2cdedca5358f9b9cd88db72697.tar.gz
"STRIPCMD=" for the EXTRAS
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d309cf6c..8446eee9 100644
--- 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