From 8b0c4f84fe51a4ec652fe410c3f20ea8a0d3aea8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 7 Sep 2008 13:32:01 +0000 Subject: 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 --- build/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/Makefile.common') 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 -- cgit v1.2.3