From 225fa55b27b4942fc60bddf29eda9e6b3c2f85b8 Mon Sep 17 00:00:00 2001 From: Thomas Mader Date: Sun, 7 Jan 2018 09:14:31 +0100 Subject: [PATCH] Expect dependencies in same directory to prevent accidental name clashes --- posix.mak | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/posix.mak b/posix.mak index 073b2e66fd..2104879384 100644 --- a/posix.mak +++ b/posix.mak @@ -1,9 +1,9 @@ -DMD_DIR = ../dmd +DMD_DIR = dmd DMD = $(DMD_DIR)/generated/$(OS)/release/$(MODEL)/dmd CC = gcc -INSTALL_DIR = ../install -DRUNTIME_PATH = ../druntime -PHOBOS_PATH = ../phobos +INSTALL_DIR = install +DRUNTIME_PATH = druntime +PHOBOS_PATH = phobos DUB=dub WITH_DOC = no