aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/makefile.w32-in1
2 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index deea04bff17..82771f836c6 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12007-08-14 Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change)
2
3 * makefile.w32-in (bootstrap-nmake): Change directories once more.
4
12007-07-25 Glenn Morris <rgm@gnu.org> 52007-07-25 Glenn Morris <rgm@gnu.org>
2 6
3 * Relicense all FSF files to GPLv3 or later. 7 * Relicense all FSF files to GPLv3 or later.
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index e7a10698ea2..05e9a665879 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -153,6 +153,7 @@ bootstrap-nmake: addsection cmdproxy
153 cd ..\src 153 cd ..\src
154 $(MAKE) $(MFLAGS) bootstrap 154 $(MAKE) $(MFLAGS) bootstrap
155 $(MAKE) $(MFLAGS) bootstrap-clean 155 $(MAKE) $(MFLAGS) bootstrap-clean
156 cd ..\nt
156 $(CP) $(BLD)/cmdproxy.exe ../bin 157 $(CP) $(BLD)/cmdproxy.exe ../bin
157 cd ..\lisp 158 cd ..\lisp
158 $(MAKE) $(MFLAGS) SHELL=$(SHELLTYPE) bootstrap 159 $(MAKE) $(MFLAGS) SHELL=$(SHELLTYPE) bootstrap