chiark / gitweb /
fix typo in umask()
[elogind.git] / Makefile
index d309cf6c90cd75aeb4b36a915fc3925db7e68771..4f6d3da983f910a235b065e48b1569f98df982c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,6 @@ PROGRAMS = \
        udev                            \
        udevd                           \
        udevsend                        \
-       udevrulescompile                \
        udevinitsend                    \
        udeveventrecorder               \
        udevcontrol                     \
@@ -233,7 +232,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