summaryrefslogtreecommitdiff
path: root/Makefile-riscos
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-14 11:12:22 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-14 11:12:22 +0000
commit4456645b451300aff4a763e966746e247ec5ae39 (patch)
tree0e2d93b749e073e79336601a0aee6c3306456960 /Makefile-riscos
parent472d9ed91f2e43642edd7ae92269b76a293e004e (diff)
downloadlibhubbub-4456645b451300aff4a763e966746e247ec5ae39.tar.gz
libhubbub-4456645b451300aff4a763e966746e247ec5ae39.tar.bz2
Allow TESTTYPE=release to be specified to build the tests with the release CFLAGS.
Add TARGET to the build paths. You should 'make distclean' before updating to this. Add BUILD_SHARED=yes support to the *nix build svn path=/trunk/hubbub/; revision=6478
Diffstat (limited to 'Makefile-riscos')
-rw-r--r--Makefile-riscos1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-riscos b/Makefile-riscos
index 1f05f28..69223c3 100644
--- a/Makefile-riscos
+++ b/Makefile-riscos
@@ -50,4 +50,5 @@ endif
# Default installation prefix
PREFIX ?= $(GCCSDK_INSTALL_ENV)
+TARGET := riscos
include build/Makefile.common