From 8dfe599d81d0606c278d69d2fa706dc2c82377cb Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 18 Nov 2005 00:41:09 +0000 Subject: Replace TOPDIR, add/update copyright --- extra/locale/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'extra/locale') 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 +# +# 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= -- cgit v1.2.3