diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-25 04:50:52 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-25 04:50:52 +0000 |
commit | fc56c6231290db7b1979b2d6d3a978a5906c67ac (patch) | |
tree | fc4c747b8f6a924dcc4797073369275ca4c10a3f /Completion/User/_make | |
parent | 3c4ca6d37d1d4bfa93eadb27b17342e225413d3a (diff) | |
download | zsh-fc56c6231290db7b1979b2d6d3a978a5906c67ac.tar.gz zsh-fc56c6231290db7b1979b2d6d3a978a5906c67ac.tar.xz zsh-fc56c6231290db7b1979b2d6d3a978a5906c67ac.zip |
Things that are in the ChangeLog but that somehow didn't get changed.
Diffstat (limited to 'Completion/User/_make')
-rw-r--r-- | Completion/User/_make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_make b/Completion/User/_make index 95152635a..80164fdbd 100644 --- a/Completion/User/_make +++ b/Completion/User/_make @@ -32,7 +32,7 @@ else fi if [[ -n "$file" ]] && _tags targets; then - if [[ -n "$_is_gnu[$1]" ]]; then + if [[ -n "$_is_gnu[$words[1]]" ]]; then tmp=( $(make -nsp --no-print-directory -f "$file" .PHONY | awk '/^[a-zA-Z0-9][^\/\t=]+:/ {print $1}' FS=:) ) else tmp=( |