diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-02 10:09:08 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-02 10:09:08 +0000 |
commit | 3b8162003f07403322692967211a969abc9159cb (patch) | |
tree | d54d0e8773083420c86e65bf51e0d710e194469f /usr.bin/mkdep | |
parent | 150c594f49b437079c34451538b1f93f75a09020 (diff) | |
download | FreeBSD-src-3b8162003f07403322692967211a969abc9159cb.zip FreeBSD-src-3b8162003f07403322692967211a969abc9159cb.tar.gz |
Cut-n-paste fub.
Noticed by: bde
Diffstat (limited to 'usr.bin/mkdep')
-rw-r--r-- | usr.bin/mkdep/mkdep.gcc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mkdep/mkdep.gcc.sh b/usr.bin/mkdep/mkdep.gcc.sh index 9a07c9d..907a9f3 100644 --- a/usr.bin/mkdep/mkdep.gcc.sh +++ b/usr.bin/mkdep/mkdep.gcc.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)mkdep.gcc.sh 8.1 (Berkeley) 6/6/93 -# $Id: mkdep.gcc.sh,v 1.14 1998/08/24 10:16:39 cracauer Exp $ +# $Id: mkdep.gcc.sh,v 1.15 1998/08/29 07:55:55 obrien Exp $ D=.depend # default dependency file is .depend append=0 @@ -80,7 +80,7 @@ trap 'rm -f $TMP' 0 # pick the cpp. mkdep must be told the cpp to use for exceptional cases. MKDEP_CPP=${MKDEP_CPP-"cc -E"} -case $append in +case $nosyshdrs in 0) CC_MKDEP_OPT="-M";; *) CC_MKDEP_OPT="-MM -w";; esac |