summaryrefslogtreecommitdiff
path: root/Completion/User/_make
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_make')
-rw-r--r--Completion/User/_make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_make b/Completion/User/_make
index 80164fdbd..09e4e4f89 100644
--- a/Completion/User/_make
+++ b/Completion/User/_make
@@ -33,7 +33,7 @@ else
if [[ -n "$file" ]] && _tags targets; 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=:) )
+ tmp=( $(_call targets "$words[1]" -nsp --no-print-directory -f "$file" .PHONY 2> /dev/null | awk '/^[a-zA-Z0-9][^\/\t=]+:/ {print $1}' FS=:) )
else
tmp=(
$(awk '/^[a-zA-Z0-9][^\/\t=]+:/ {print $1}