From 0cc3811abda8152f406d5ebca191735cb7359075 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 18 Dec 2010 21:08:58 -0800 Subject: extra/locale/Makefile: Consider the case of building out of sourcedir Signed-off-by: Khem Raj --- extra/locale/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra') diff --git a/extra/locale/Makefile b/extra/locale/Makefile index 11f362a5e..ff229e20c 100644 --- a/extra/locale/Makefile +++ b/extra/locale/Makefile @@ -4,10 +4,10 @@ # # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # - top_srcdir=../../ -top_builddir=../../ +top_builddir=$(if $(O),$(O),../../)/ + all: objs -include $(top_builddir)Rules.mak +include $(top_srcdir)Rules.mak include Makefile.in include $(top_srcdir)Makerules -- cgit v1.2.3