From f33cb80492f0236a9e46cad3ca107e657e9d3042 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 15 Oct 2007 19:23:12 -0500 Subject: [PATCH] --- yaml --- r: 71660 b: refs/heads/master c: e9e40e143cf3eecc76b98f3e89db9d234e14b2be h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index edac57e14dc4..53e73015a809 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb13be5145e18cfb3a2f9cc6091aa048d032a3cd +refs/heads/master: e9e40e143cf3eecc76b98f3e89db9d234e14b2be diff --git a/trunk/scripts/kconfig/Makefile b/trunk/scripts/kconfig/Makefile index bb08069b04af..83c5e76414ce 100644 --- a/trunk/scripts/kconfig/Makefile +++ b/trunk/scripts/kconfig/Makefile @@ -84,7 +84,7 @@ help: # lxdialog stuff check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh -# Use reursively expanded variables so we do not call gcc unless +# Use recursively expanded variables so we do not call gcc unless # we really need to do so. (Do not call gcc as part of make mrproper) HOST_EXTRACFLAGS = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) HOST_LOADLIBES = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))