Pass $(CC) to mkdep

This commit is contained in:
Kurt Zeilenga 1998-11-20 16:22:50 +00:00
parent aec88f98bd
commit 758e1774c0
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ while :
done
if [ $# = 0 ] ; then
echo 'usage: mkdep [-p] [-f makefile] [flags] file ...'
echo 'usage: mkdep [-p] [-s] [-c cc] [-f makefile] [flags] file ...'
exit 1
fi

View File

@ -40,7 +40,7 @@ AR = ar
LINT = lint
5LINT = 5lint
MKDEP = $(top_srcdir)/build/mkdep
MKDEP = $(top_srcdir)/build/mkdep -c "$(CC)"
# Misc UNIX commands used in makefiles
SED = sed