summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-02-08 21:01:30 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-02-08 21:01:30 +0000
commit1e5297523141d043a4e05571d27571ac09114eb3 (patch)
tree14840f5d9a4abd88d3cf4db04bc92c051154fa26 /Makefile.in
parent80a0e534c02c0ad89a4a468cbffad49a3a03a114 (diff)
downloadlocaledef-1e5297523141d043a4e05571d27571ac09114eb3.tar.gz
localedef-1e5297523141d043a4e05571d27571ac09114eb3.tar.xz
* Makefile.in (DEFINES): Add -DIN_GLIBC_LOCALEDEF.
* include/sys/cdefs.h (__attribute_alloc_size): Define. git-svn-id: svn://svn.eglibc.org/trunk/localedef@17053 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b19d102..3138959 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,7 +26,8 @@ DEFINES = -DNO_SYSCONF \
-DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
-DREPERTOIREMAP_PATH='"$(i18ndir)/repertoiremaps"' \
-DLOCSRCDIR='"$(i18ndir)/locales"' \
- -DNOT_IN_libc
+ -DNOT_IN_libc \
+ -DIN_GLIBC_LOCALEDEF
INCLUDES = -Iglibc/locale/programs \
-I$(srcdir)/include \
-Iglibc/locale \