summaryrefslogtreecommitdiff
path: root/build/Makefile.common
diff options
context:
space:
mode:
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 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