From: nhmall Date: Fri, 6 Dec 2019 04:22:14 +0000 (-0500) Subject: cross-compile Makefile1.cross bit X-Git-Tag: NetHack-3.7.0_WIP~145^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33fd57082985eb1441d62b487ee69f0bb6746eb6;p=nethack cross-compile Makefile1.cross bit --- diff --git a/sys/msdos/Makefile1.cross b/sys/msdos/Makefile1.cross index a15a495ed..1cdc6d287 100644 --- a/sys/msdos/Makefile1.cross +++ b/sys/msdos/Makefile1.cross @@ -309,10 +309,10 @@ $(HOST_O)prereq.tag: $(INCL)/nhlua.h hobj.tag $(U)makedefs \ $(INCL)/nhlua.h: cd $(INCL); \ echo '/* nhlua.h - generated by Makefile1.cross */' > $@; \ - echo '#include \"../lib/lua-5.3.5/src/lua.h\"' >> $@; \ + echo '#include "../lib/lua-5.3.5/src/lua.h"' >> $@; \ sed -e '/(lua_error)/!d' -e '/(lua_error)/s/;/ NORETURN;/1' < $(LIB)/lua-5.3.5/src/lua.h >> $@; \ - echo '#include \"../lib/lua-5.3.5/src/lualib.h\"' >> $@; \ - echo '#include \"../lib/lua-5.3.5/src/lauxlib.h\"' >> $@; \ + echo '#include "../lib/lua-5.3.5/src/lualib.h"' >> $@; \ + echo '#include "../lib/lua-5.3.5/src/lauxlib.h"' >> $@; \ echo '/*nhlua.h*/' >> $@; \ cd $(SRC)