From 758e1774c0a15d99d5ba04b5976412a878ae08c2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 20 Nov 1998 16:22:50 +0000 Subject: [PATCH] Pass $(CC) to mkdep --- build/mkdep | 2 +- build/top.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/mkdep b/build/mkdep index 006f05abbc..3fb90cc48b 100755 --- a/build/mkdep +++ b/build/mkdep @@ -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 diff --git a/build/top.mk b/build/top.mk index a94504895f..8b416365ab 100644 --- a/build/top.mk +++ b/build/top.mk @@ -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 -- 2.39.5