From: nhmall Date: Mon, 3 Feb 2020 08:54:14 +0000 (-0500) Subject: fix copy-and-paste error X-Git-Tag: NetHack-3.7.0_WIP-2020-02-14~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f27a8e71d5c4344488da2a777901bc1fcf574b2;p=nethack fix copy-and-paste error --- diff --git a/sys/msdos/Makefile2.cross b/sys/msdos/Makefile2.cross index ca4679c5c..31268dea1 100644 --- a/sys/msdos/Makefile2.cross +++ b/sys/msdos/Makefile2.cross @@ -1082,7 +1082,7 @@ $(O)files.o: files.c $(HACK_H) $(INCL)/dlb.h $(O)fountain.o: fountain.c $(HACK_H) $(O)hack.o: hack.c $(HACK_H) $(O)hacklib.o: hacklib.c $(HACK_H) -$(O)insight.o: invent.c $(HACK_H) +$(O)insight.o: insight.c $(HACK_H) $(O)invent.o: invent.c $(HACK_H) $(O)light.o: light.c $(HACK_H) $(O)lock.o: lock.c $(HACK_H)