From a72dd42787f771990b51fd7815659ec884863787 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Fri, 13 Feb 2004 07:24:42 +0000 Subject: [PATCH] - make 'make -f' completion work properly (fix from Matthew Cheetah Gabeler-Lee --- bash_completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_completion b/bash_completion index 63f5fe18..c5e3086a 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05b # -# $Id: bash_completion,v 1.685 2004/02/12 21:48:32 ianmacd Exp $ +# $Id: bash_completion,v 1.686 2004/02/13 08:24:42 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -2450,7 +2450,7 @@ _make() $makef 2>/dev/null | grep "^$cur" )) fi } -[ -n "${have:-}" ] && complete -F _make $default make gmake pmake +[ -n "${have:-}" ] && complete -F _make $filenames make gmake pmake # GNU tar(1) completion #