From 424ad9fc1d213316e9eb6da8f9040d48a211f46b Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Fri, 7 Apr 2000 10:01:20 +0000 Subject: complete make targets of the form `foo bar:' (10575) --- Completion/User/_make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/User/_make b/Completion/User/_make index 741cbb7dc..9a8a7ac44 100644 --- a/Completion/User/_make +++ b/Completion/User/_make @@ -20,7 +20,7 @@ else if [[ -n "$file" ]] && _wanted targets; then tmp=( - $(awk '/^[a-zA-Z0-9][^\/ \t]+:/ {print $1} + $(awk '/^[a-zA-Z0-9][^\/\t]+:/ {print $1} /^\.include */ || /^\.include *".*mk\/bsd\.pkg\.(subdir\.)?mk"/ { print "fetch fetch-list extract patch configure build install reinstall deinstall package describe checkpatch checksum makesum" }' \ FS=: $file) -- cgit 1.4.1