diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -V=20130525 +V=20130808 PREFIX = /usr/local @@ -77,6 +77,7 @@ edit = sed -e "s|@pkgdatadir[@]|$(DESTDIR)$(PREFIX)/share/devtools|g" @m4 -P $@.in | $(edit) >$@ @chmod a-w "$@" @chmod +x "$@" + @bash -O extglob -n "$@" clean: rm -f $(BINPROGS) bash_completion zsh_completion |