From 61a8ad35f555dee97828f500719455ff0ed94e75 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 14 Nov 2019 19:17:44 -0500 Subject: [PATCH] more minor msdos Makefile bits --- sys/msdos/Makefile1.cross | 2 +- sys/msdos/Makefile2.cross | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/msdos/Makefile1.cross b/sys/msdos/Makefile1.cross index 71f96b06b..a60110855 100644 --- a/sys/msdos/Makefile1.cross +++ b/sys/msdos/Makefile1.cross @@ -1,4 +1,4 @@ -# NetHack 3.6 Makefile1.cross $NHDT-Date:$ $NHDT-Branch:$:$NHDT-Revision:$ +# NetHack 3.6 Makefile1.cross $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ # Cross-compile msdos version of NetHack using a # linux-hosted djgpp cross-compiler. # diff --git a/sys/msdos/Makefile2.cross b/sys/msdos/Makefile2.cross index add9eff37..cede4fd47 100644 --- a/sys/msdos/Makefile2.cross +++ b/sys/msdos/Makefile2.cross @@ -1,6 +1,6 @@ -# NetHack 3.6 Makefile2.cross $NHDT-Date:$ $NHDT-Branch:$:$NHDT-Revision:$ +# NetHack 3.6 Makefile2.cross $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ # Cross-compile msdos version of NetHack using a -# linux-hosted djgpp cross compiler. +# linux-hosted djgpp cross-compiler. # # Makefile1.cross is for the host-side obj files and utilities that # will run on the host platform only. @@ -8,7 +8,7 @@ # Makefile2.cross (this file) is the the target platform obj files # and utilities. # -# Makefile2 utilizes the djgpp cross compiler from Andrew Wu: +# Makefile2 utilizes the djgpp cross-compiler from Andrew Wu: # https://github.com/andrewwutw/build-djgpp # # Currently, in NetHack 3.6, the cross-compile for msdos cannot be