outdated move follow-up

This commit is contained in:
nhmall
2020-07-05 15:25:37 -04:00
parent 0ea8a7901c
commit 68638d7103
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -493,7 +493,7 @@ CSOURCES = $(HACKCSRC) $(SYSCSRC) $(WINCSRC) $(CHAINSRC) $(GENCSRC)
# cause dependency loops if run through "make depend" # cause dependency loops if run through "make depend"
# and dgn_file.h, special level & dungeon files. # 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 \ 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 \ 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 \ func_tab.h global.h hack.h lint.h mextra.h mfndpos.h \
+1 -2
View File
@@ -474,8 +474,7 @@ endif
CONFIG_H = $(INCL)/config.h $(INCL)/config1.h $(INCL)/tradstdc.h \ CONFIG_H = $(INCL)/config.h $(INCL)/config1.h $(INCL)/tradstdc.h \
$(INCL)/global.h $(INCL)/fnamesiz.h $(INCL)/coord.h \ $(INCL)/global.h $(INCL)/fnamesiz.h $(INCL)/coord.h \
$(INCL)/vmsconf.h $(INCL)/system.h $(INCL)/unixconf.h \ $(INCL)/vmsconf.h $(INCL)/system.h $(INCL)/unixconf.h \
$(INCL)/micro.h $(INCL)/pcconf.h \ $(INCL)/micro.h $(INCL)/pcconf.h $(INCL)/ntconf.h
$(INCL)/beconf.h $(INCL)/ntconf.h
HACK_H = $(INCL)/hack.h $(CONFIG_H) $(INCL)/align.h $(INCL)/context.h \ HACK_H = $(INCL)/hack.h $(CONFIG_H) $(INCL)/align.h $(INCL)/context.h \
$(INCL)/dungeon.h $(INCL)/monsym.h $(INCL)/mkroom.h \ $(INCL)/dungeon.h $(INCL)/monsym.h $(INCL)/mkroom.h \