The main Makefile should only make git_hash.h for DOS.
authorDavid Griffith <dave@661.org>
Mon, 14 Oct 2019 01:06:42 +0000 (18:06 -0700)
committerDavid Griffith <dave@661.org>
Mon, 14 Oct 2019 01:06:42 +0000 (18:06 -0700)
Makefile

index 9fa6cc810e5455ff52d1c0a8ddc17c5339886809..0a7487f2eccd060f0249f13467263c37be9b24f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -273,7 +273,7 @@ dos: $(DOS_BIN)
 $(DOS_BIN): $(HASH)
        @echo
        @echo "  ** Cannot cross-compile for DOS yet"
-       @echo "  ** For now, I'm just making $(COMMON_DEFINES) and $(HASH)"
+       @echo "  ** For now, I'm just making $(HASH)"
        @echo "  ** To build for DOS, take what's here and use Turbo C in DOSBOX"
        @echo