chiark / gitweb /
logging: add trailing newline to all strings
[elogind.git] / extras / collect / Makefile
index 6168a8b8054b1512cea668d8cfc13b2cc0e3c4a7..76487017ddfccdffa8e7b03ff8ebfa529adbdc9e 100644 (file)
@@ -44,7 +44,8 @@ clean:
 .PHONY: clean
 
 install-bin: all
-       $(INSTALL_PROGRAM) -D $(PROG) $(DESTDIR)$(libudevdir)/$(PROG)
+       $(INSTALL) -d $(DESTDIR)$(libudevdir)
+       $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(libudevdir)/$(PROG)
 .PHONY: install-bin
 
 uninstall-bin: