Rearranged tops20 snavig target to ensure all text files have CRLF endings.
authorDavid Griffith <dave@661.org>
Thu, 14 Apr 2022 04:05:37 +0000 (21:05 -0700)
committerDavid Griffith <dave@661.org>
Thu, 14 Apr 2022 04:05:37 +0000 (21:05 -0700)
Makefile

index 7e0df453a4ae98a76b9438f449802bdff0860bfb..90bda9013b06d182747bea49cdfc3d60d5fb1dca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -423,8 +423,8 @@ tops20: $(COMMON_DEFINES) $(HASH)
        @rm -rf $(SNAVIG_DIR)
        @mkdir $(SNAVIG_DIR)
        @echo "** Invoking snavig"
-       @$(SNAVIG) -t tops20 $(COMMON_DIR) $(DUMB_DIR) $(SNAVIG_DIR)
        @cp Makefile.kcc $(SNAVIG_DIR)/Makefile
+       @$(SNAVIG) -t tops20 $(COMMON_DIR) $(DUMB_DIR) $(SNAVIG_DIR)
        @echo "$(SNAVIG_DIR)/ now contains Frotz source code for $(EXPORT_TYPE)."
        @echo "Supported compilers are:"
        @echo "  KCC-6.620(c2l3)"