From a24425b7460ad0b3ec362fb07fa48516ba778837 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 27 Apr 1999 17:31:16 +0000 Subject: zsh-workers:6105 --- Completion/User/_make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/User/_make b/Completion/User/_make index acaa56b8e..a30ca4b7a 100644 --- a/Completion/User/_make +++ b/Completion/User/_make @@ -1,3 +1,3 @@ #compdef make gmake pmake -compgen -s "\$(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)" +compgen -s "\$(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)" -- cgit 1.4.1