diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-18 00:41:09 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-18 00:41:09 +0000 |
commit | 8dfe599d81d0606c278d69d2fa706dc2c82377cb (patch) | |
tree | d5183528d2516853f6979dc23eed7f57aed234cc /extra/locale | |
parent | 693162310d64be4069584f80180e6f295d3c965e (diff) |
Replace TOPDIR, add/update copyright
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= |