aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 25123436a..7d10fd5e5 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,8 @@
.DEFAULT_GOAL := default
-ODP_ROOT = $(PWD)
+ODP_ROOT = $(CURDIR)
ODP_TESTS = $(ODP_ROOT)/test
-export DESTDIR = $(ODP_ROOT)/build
include $(ODP_ROOT)/Makefile.inc