From 0f27a8e71d5c4344488da2a777901bc1fcf574b2 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 3 Feb 2020 03:54:14 -0500 Subject: [PATCH] fix copy-and-paste error --- sys/msdos/Makefile2.cross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)