From 905b94adb175aacee1aaaed4ef48f99da7447d3e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 25 Nov 2005 23:56:37 +0000 Subject: Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier --- extra/config/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra/config') diff --git a/extra/config/Makefile.in b/extra/config/Makefile.in index 280074519..625de7531 100644 --- a/extra/config/Makefile.in +++ b/extra/config/Makefile.in @@ -32,10 +32,10 @@ endif endif endif -HOSTCFLAGS-config := -I. +BUILD_CFLAGS-config := -I. -HOSTCFLAGS-mconf.o := $(HOSTNCURSES) -HOSTCFLAGS-lxdialog := $(HOSTNCURSES) +BUILD_CFLAGS-mconf.o := $(HOSTNCURSES) +BUILD_CFLAGS-lxdialog := $(HOSTNCURSES) BUILD_LDFLAGS-mconf := $(HOSTLIBNCURSES) -- cgit v1.2.3