From 2d8700ca0761ad51b44aea03e8a663a95bd263a8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 26 Mar 2009 17:58:27 +0000 Subject: Always add aliases to post targets. Build module sources when testing (with the wrapper) Fix testsuite to actually run. svn path=/trunk/iconv/; revision=6902 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e4ab0f9..d5d700b 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,10 @@ include build/makefiles/Makefile.tools TESTRUNNER := $(PERL) build/testtools/testrunner.pl +ifneq ($(HOST),riscos) + export UNICODE_DIR := $(CURDIR)/riscos/!Boot/Resources/!Unicode/ +endif + # Toolchain flags WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \ -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \ -- cgit v1.2.3