mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Pass $(CC) to mkdep
This commit is contained in:
parent
aec88f98bd
commit
758e1774c0
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user