dect
/
linux-2.6
Archived
13
0
Fork 0

kconfig: comment typo in scripts/kconfig/Makefile.

Typo in comment in scripts/kconfig/Makefile.

Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
Rob Landley 2007-10-15 19:23:12 -05:00 committed by Sam Ravnborg
parent bb13be5145
commit e9e40e143c
1 changed files with 1 additions and 1 deletions

View File

@ -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))