From 8079d0cdf6deae39807f949b1cd31ff73e0d716c Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 15 May 1996 14:42:28 +0000 Subject: [PATCH] Fix typo in previous patch. --- src/makefile.nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.nt b/src/makefile.nt index fc74618704d..9feca95df0c 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -1100,7 +1100,7 @@ $(BLD)\w32term.obj: \ $(SRC)\disptab.h \ $(SRC)\buffer.h \ $(SRC)\window.h \ - $(SRC)\.keyboardh \ + $(SRC)\keyboard.h \ $(SRC)\intervals.h $(BLD)\w32select.obj: \ -- 2.39.5