From 68638d7103141610f0b093e560bb7d59d5b84467 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 5 Jul 2020 15:25:37 -0400 Subject: [PATCH] outdated move follow-up --- sys/unix/Makefile.src | 2 +- sys/winnt/Makefile.gcc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index 5bdf1d88f..488ddeb1f 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -493,7 +493,7 @@ CSOURCES = $(HACKCSRC) $(SYSCSRC) $(WINCSRC) $(CHAINSRC) $(GENCSRC) # cause dependency loops if run through "make depend" # and dgn_file.h, special level & dungeon files. # -HACKINCL = align.h artifact.h artilist.h attrib.h beconf.h botl.h \ +HACKINCL = align.h artifact.h artilist.h attrib.h botl.h \ color.h config.h config1.h context.h coord.h decl.h \ display.h dlb.h dungeon.h engrave.h extern.h flag.h fnamesiz.h \ func_tab.h global.h hack.h lint.h mextra.h mfndpos.h \ diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index d4afa35bb..29da0a377 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -474,8 +474,7 @@ endif CONFIG_H = $(INCL)/config.h $(INCL)/config1.h $(INCL)/tradstdc.h \ $(INCL)/global.h $(INCL)/fnamesiz.h $(INCL)/coord.h \ $(INCL)/vmsconf.h $(INCL)/system.h $(INCL)/unixconf.h \ - $(INCL)/micro.h $(INCL)/pcconf.h \ - $(INCL)/beconf.h $(INCL)/ntconf.h + $(INCL)/micro.h $(INCL)/pcconf.h $(INCL)/ntconf.h HACK_H = $(INCL)/hack.h $(CONFIG_H) $(INCL)/align.h $(INCL)/context.h \ $(INCL)/dungeon.h $(INCL)/monsym.h $(INCL)/mkroom.h \