Skip to content

Commit

Permalink
Fix incorrect dependencies in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
WizardIke authored and pooka109 committed Aug 6, 2024
1 parent 0644d94 commit d85c740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crawl-ref/source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ $(foreach t,$(CONTRIB_LIBS),$(if $(wildcard $t),,$(shell rm -f .contrib-libs)))

#############################################################################
# Build unrandart data
art-data.h: art-data.txt util/art-data.pl art-func.h
art-data.h: art-data.txt util/art-data.pl art-func.h $(RLTILES)/dc-player.txt
util/art-data.pl
art-enum.h rltiles/dc-unrand.txt rltiles/tiledef-unrand.cc: art-data.h

Expand All @@ -1855,7 +1855,7 @@ dat/dlua/tags.lua: tag-version.h util/gen-luatags.pl
mi-enum.h: mon-info.h util/gen-mi-enum
$(QUIET_GEN)util/gen-mi-enum

mon-data.h: dat/mons/*.yaml util/mon-gen.py util/species-gen/*.txt
mon-data.h: dat/mons/*.yaml util/mon-gen.py util/mon-gen/*.txt
$(QUIET_PYTHON)$(PYTHON) util/mon-gen.py dat/mons/ util/mon-gen/ mon-data.h

# species-gen.py creates multiple files at once. Ensure Make doesn't run it once
Expand Down

0 comments on commit d85c740

Please sign in to comment.