]> granicus.if.org Git - nethack/commitdiff
cross-compile Makefile1.cross bit
authornhmall <nhmall@nethack.org>
Fri, 6 Dec 2019 04:22:14 +0000 (23:22 -0500)
committernhmall <nhmall@nethack.org>
Fri, 6 Dec 2019 04:22:14 +0000 (23:22 -0500)
sys/msdos/Makefile1.cross

index a15a495ed707193cb761d79f49055d00b6c10138..1cdc6d28744bfebe55ed27d8680ece896aa41f15 100644 (file)
@@ -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)