summaryrefslogtreecommitdiff
path: root/extra/locale
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-24 03:55:55 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-24 03:55:55 +0000
commitae28eda8554861e5c83f8cbe8fce60b834ae5f4d (patch)
tree8cfd84843ccb0b1aa79504e270411b3bf26a455d /extra/locale
parentae9ed2915f7d5f5e0dd5365f7addeae38bacab11 (diff)
psm says: use $(top_builddir) instead of $(top_srcdir) when accessing generated header files
Diffstat (limited to 'extra/locale')
-rw-r--r--extra/locale/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/locale/Makefile.in b/extra/locale/Makefile.in
index 53d6b9f3b..1f203d424 100644
--- a/extra/locale/Makefile.in
+++ b/extra/locale/Makefile.in
@@ -10,7 +10,9 @@ WGET := wget --passive-ftp
LOCALE_DATA_FILENAME := uClibc-locale-030818.tgz
-BUILD_CFLAGS-locale-common := -D__UCLIBC_GEN_LOCALE -DUCLIBC_CTYPE_HEADER='"$(top_srcdir)/include/bits/uClibc_ctype.h"'
+BUILD_CFLAGS-locale-common := \
+ -D__UCLIBC_GEN_LOCALE \
+ -DUCLIBC_CTYPE_HEADER='"$(top_builddir)/include/bits/uClibc_ctype.h"'
BUILD_CFLAGS-gen_wc8bit := $(BUILD_CFLAGS-locale-common) -DCTYPE_PACKED=1