From 577f14dbff0efc19cebf6fcfdb67115fc25d3395 Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Thu, 16 Mar 2017 12:35:14 -0700 Subject: Makefile: remove -D for macOS compatibility --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da01f52..a0542b9 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ all: install: @install -v -d "$(DESTDIR)$(MANDIR)/man1" && install -m 0644 -v pass-$(PROG).1 "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" @install -v -d "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/" - @install -Dm0755 $(PROG).bash "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" + @install -v -m0755 $(PROG).bash "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" @echo @echo "pass-$(PROG) is installed succesfully" @echo @@ -24,8 +24,7 @@ install: uninstall: @rm -vrf \ "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" \ - "$(DESTDIR)$(IMPORTERS_DIR)/" \ - "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" \ + "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" test: make -C tests -- cgit v1.2.3