summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/windows/ChangeLog4
-rw-r--r--src/windows/makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/windows/ChangeLog b/src/windows/ChangeLog
index 76b2f31fa..32b38e6b1 100644
--- a/src/windows/ChangeLog
+++ b/src/windows/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 27 23:34:58 1995 Keith Vetter (keithv@fusion.com)
+
+ * makefile: fixed typo on the cd command
+
Mon Mar 27 20:34:58 1995 Keith Vetter (keithv@fusion.com)
* makefile: makes recursively in wintel directory
diff --git a/src/windows/makefile b/src/windows/makefile
index 1fef7f0a1..80163378f 100644
--- a/src/windows/makefile
+++ b/src/windows/makefile
@@ -6,7 +6,7 @@ all::
cd cns
-$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
@echo Making in windows\wintel
- cd wintel
+ cd ..\wintel
-$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
cd ..
@@ -15,7 +15,7 @@ clean::
cd cns
-$(MAKE) -$(MAKEFLAGS) clean
@echo Making clean in windows\wintel
- cd wintel
+ cd ..\wintel
-$(MAKE) -$(MAKEFLAGS) clean
cd ..