diff options
Diffstat (limited to 'extra/locale')
-rw-r--r-- | extra/locale/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/extra/locale/Makefile b/extra/locale/Makefile index 1fc336d4b..031b8666f 100644 --- a/extra/locale/Makefile +++ b/extra/locale/Makefile @@ -1,7 +1,14 @@ +# Makefile for uClibc +# +# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# -TOPDIR = ../../ -EXTRA_LOCALE_DIR:=${shell cd $(TOPDIR)/extra/locale && pwd} -include $(TOPDIR)Rules.mak +top_builddir=../../ +include $(top_builddir)Rules.mak + +EXTRA_LOCALE_DIR:=${shell cd $(top_builddir)extra/locale && pwd} CFLAGS_wc8bit=-DCTYPE_PACKED=1 CFLAGS_mmap= |