Fix parallel build

This commit is contained in:
Behdad Esfahbod 2011-10-05 15:12:48 -04:00
parent 082caefb6d
commit 3951fbaa39
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ if CROSS_COMPILING
.fncs.sgml:
@echo Warning: cannot rebuild $@ when cross-compiling
else
.fncs.sgml:
.fncs.sgml: ./edit-sgml$(EXEEXT)
$(RM) $@
./edit-sgml$(EXEEXT) $(FNCS_TMPL) < '$<' > $*.sgml
endif