From 42da88597339feda94e4efb0f0dc79e008df5ac0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 7 Sep 2008 16:41:49 +0000 Subject: Native RO buildsystem. Beware of the NOP. svn path=/trunk/hubbub/; revision=5275 --- build/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') 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 -- cgit v1.2.3