chiark / gitweb /
072 release
[elogind.git] / Makefile
index d309cf6c90cd75aeb4b36a915fc3925db7e68771..8d280acd487aade451af3da99332df9d0c44f512 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-VERSION = 071
+VERSION = 072
 
 # set this to make use of syslog
 USE_LOG = true
@@ -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