From: Francois Fleuret Date: Sat, 15 Aug 2015 20:44:20 +0000 (-0700) Subject: Removed the reference to the non-existing bash-mymail.sh from the Makefile. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=commitdiff_plain;h=8b5257653b223557c3a5d2c4b3940d771e4f7013 Removed the reference to the non-existing bash-mymail.sh from the Makefile. --- diff --git a/Makefile b/Makefile index 36a2ac5..c8e7246 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,6 @@ mymail: mymail.o install: mymail mkdir -p $(BINARY_PATH) $(MAN_PATH) install -m 755 mymail $(BINARY_PATH) - install -m 755 bash-mymail.sh $(BINARY_PATH) install -m 644 mymail.1 $(MAN_PATH) gzip $(MAN_PATH)/mymail.1