Updated makefile to use dmd/generated/os/release/model/dmd

This commit is contained in:
RazvanN7 2017-03-03 09:39:00 +02:00
parent d3a18244e0
commit 7364e9a42f
2 changed files with 3 additions and 1 deletions

View file

@ -413,10 +413,12 @@ Please supply a bugzilla version
changedRepos.each!(r => r.changes.writeTextChangesHeader(w, r.headline));
if (!revRange.empty)
{
if (useNightlyTemplate)
w.put("$(BR)$(BIG $(RELATIVE_LINK2 bugfix-list, List of all upcoming bug fixes and enhancements.))\n\n");
else
w.put("$(BR)$(BIG $(RELATIVE_LINK2 bugfix-list, List of all bug fixes and enhancements in D $(VER).))\n\n");
}
w.put("$(HR)\n\n");

View file

@ -1,4 +1,4 @@
DMD = ../dmd/src/dmd
DMD = ../dmd/generated/$(OS)/release/$(MODEL)/dmd
CC = gcc
INSTALL_DIR = ../install
DRUNTIME_PATH = ../druntime