chiark / gitweb /
write_cd_rules: identity-based persistence
[elogind.git] / extras / run_directory / Makefile
index 0b52326a9a5b77472e3763588a9035248e5cedc3..6a4e4df5ca41be4b4bcd42a5b755a1fb5a4ff417 100644 (file)
@@ -35,10 +35,6 @@ all: $(PROG) $(MAN_PAGES)
 $(PROG): %: $(HEADERS) %.o $(OBJS)
        $(E) "  LD      " $@
        $(Q) $(LD) $(LDFLAGS) $@.o $(OBJS) -o $@ $(LIBUDEV) $(LIB_OBJS)
-ifneq ($(strip $(STRIPCMD)),)
-       $(E) "  STRIP   " $@
-       $(Q) $(STRIPCMD) $@
-endif
 
 # man pages
 %.8: %.xml
@@ -63,7 +59,7 @@ uninstall-bin:
 
 install-man:
        @echo "Please create a man page for this tool."
-.PHONY: uninstall-man
+.PHONY: install-man
 
 uninstall-man:
        @echo "Please create a man page for this tool."