summaryrefslogtreecommitdiff
path: root/build/Makefile.common
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-07 16:41:49 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-07 16:41:49 +0000
commit42da88597339feda94e4efb0f0dc79e008df5ac0 (patch)
tree9d2f47ec744fd2d42ccf769ef8d513d579215de0 /build/Makefile.common
parent044d67e7928db27cc20a61ba6ece47b042252e68 (diff)
downloadlibhubbub-42da88597339feda94e4efb0f0dc79e008df5ac0.tar.gz
libhubbub-42da88597339feda94e4efb0f0dc79e008df5ac0.tar.bz2
Native RO buildsystem. Beware of the NOP.
svn path=/trunk/hubbub/; revision=5275
Diffstat (limited to 'build/Makefile.common')
-rw-r--r--build/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/Makefile.common b/build/Makefile.common
index 5c8a850..7d8c66b 100644
--- a/build/Makefile.common
+++ b/build/Makefile.common
@@ -7,8 +7,8 @@ all: release
COMPONENT := libhubbub
# Environment
-EXPORT := $(CURDIR)/dist
-TOP := $(CURDIR)
+TOP ?= $(CURDIR)
+EXPORT := $(TOP)/dist
RELEASEDIR := build/Release
DEBUGDIR := build/Debug
COVERAGEDIR := build/coverage