diff options
author | Martin Carpenter <mcarpenter@free.fr> | 2017-09-05 10:31:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 10:31:34 +0200 |
commit | 989f784dca983cb8e5b5a859a262485e71c561bf (patch) | |
tree | bf02538e5aa7de7e2322b06faa0d6ecec58229e4 | |
parent | update dist (diff) | |
download | auto-auto-complete-989f784dca983cb8e5b5a859a262485e71c561bf.tar.gz auto-auto-complete-989f784dca983cb8e5b5a859a262485e71c561bf.tar.bz2 auto-auto-complete-989f784dca983cb8e5b5a859a262485e71c561bf.tar.xz |
Fix Makefile install-all PHONY declaration
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ bin/auto-auto-complete.fish: src/completion bin/auto-auto-complete .PHONY: install install: install-base install-examples install-info install-man install-shell -.PHONY: install +.PHONY: install-all install-all: install-base install-doc install-shell # Install base rules |