summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-26 17:58:27 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-26 17:58:27 +0000
commit2d8700ca0761ad51b44aea03e8a663a95bd263a8 (patch)
tree711a49df7a82995c1f1f82e0fa9ef5f69098c79a /Makefile
parent6acd64b847895b2aca81e5c1ed3138cb34a735a5 (diff)
downloadiconv-2d8700ca0761ad51b44aea03e8a663a95bd263a8.tar.gz
iconv-2d8700ca0761ad51b44aea03e8a663a95bd263a8.tar.bz2
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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 \