- don't exclude .o files from make completion

This commit is contained in:
ianmacd 2002-06-19 15:12:52 +00:00
parent 4ba7e8bf72
commit ac4bc8c4e4

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05a
#
# $Id: bash_completion,v 1.363 2002/06/19 16:53:48 ianmacd Exp $
# $Id: bash_completion,v 1.364 2002/06/19 17:12:52 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -1873,7 +1873,7 @@ _make()
return 0
}
[ "$have" ] && complete -F _make -X '+($*|*.[cho])' $filenames make gmake pmake
[ "$have" ] && complete -F _make -X '+($*|*.[ch])' $filenames make gmake pmake
# Red Hat Linux service completion. This completes on a list of all available
# service scripts in the SysV init.d directory, followed by that script's