summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-07 13:32:01 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-07 13:32:01 +0000
commit8b0c4f84fe51a4ec652fe410c3f20ea8a0d3aea8 (patch)
treeaadff71725bdbdc6999be4bb5323986f0c96f675 /build
parentf1cab3aed419f78d15acdc831ec7900ddfe6384a (diff)
downloadlibparserutils-8b0c4f84fe51a4ec652fe410c3f20ea8a0d3aea8.tar.gz
libparserutils-8b0c4f84fe51a4ec652fe410c3f20ea8a0d3aea8.tar.bz2
Native RO makefile. Don't expect anything other than make/make debug to actually work thanks to insane amounts of buggy behaviour in the OS/runtime that I can't find the energy to work around.
svn path=/trunk/libparserutils/; revision=5270
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/Makefile.common b/build/Makefile.common
index d66237e..c0f492b 100644
--- a/build/Makefile.common
+++ b/build/Makefile.common
@@ -7,8 +7,8 @@ all: release
COMPONENT := libparserutils
# Environment
-EXPORT := $(CURDIR)/dist
-TOP := $(CURDIR)
+TOP ?= $(CURDIR)
+EXPORT := $(TOP)/dist
RELEASEDIR := build/Release
DEBUGDIR := build/Debug
COVERAGEDIR := build/coverage