Skip to content

Commit

Permalink
Some sort of race condition on clean target?
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Jul 1, 2024
1 parent 04e2f0f commit 3e83689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ $(METADEPEND): $(APIXML) $(GENSCRIPT)
attribs: $(ATTRIBFILE)

$(ATTRIBFILE):
$(QUIET)$(MKDIR) $(dir $@)
for attrib in $(EXTS) ; do \
echo ":$${attrib}:" ; \
done > $@
Expand Down

0 comments on commit 3e83689

Please sign in to comment.