diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-11 14:07:04 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-11 14:07:04 -0700 |
commit | 008ebd962932863acfbc70e83f3018902ebbf88a (patch) | |
tree | f70ea826e5bc41104875215f25cf5c17e9138315 | |
parent | e4cf1aceb0e76187a6143218a73a1187b6681613 (diff) |
utils/Makefile.in: Define GETCONF_DIR for host builds of getconf.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | utils/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile.in b/utils/Makefile.in index 8cb06a37b..65364d771 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -68,6 +68,8 @@ BUILD_CFLAGS-iconv.host := $(BUILD_CFLAGS-utils) \ -include $(top_builddir)extra/locale/c8tables.h \ -I$(top_srcdir)libc/misc/wchar -DL_iconv_main +BUILD_CFLAGS-getconf.host := $(BUILD_CFLAGS-utils) \ + -DGETCONF_DIR='"$(CURDIR)"' # Rules |