summaryrefslogtreecommitdiff
path: root/extra/config
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-25 23:56:37 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-25 23:56:37 +0000
commit905b94adb175aacee1aaaed4ef48f99da7447d3e (patch)
treec8fa004c82ea848628f9b3cabb00df17cbcb3448 /extra/config
parent8852947daad111938ba951471566e634e8c2e2c9 (diff)
Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier
Diffstat (limited to 'extra/config')
-rw-r--r--extra/config/Makefile.in6
1 files changed, 3 insertions, 3 deletions
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)