Remove dependency on 'fmt' tool, missing from some MinGW variants

This commit is contained in:
Christophe de Dinechin 2017-04-04 23:48:48 +02:00
parent 8fa690245d
commit 4efdc5c604
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ OBJ_DEPS=$(OBJDIR_DEPS) $(MAKEFILE_DEPS) | hello prebuild
# http://scottmcpeak.com/autodepend/autodepend.html
POSTPROCESS_DEPENDENCY= \
( sed -e 's/.*://' -e 's/\\$$//' < $@ | \
fmt -1 | \
sed -e 's/^ *//' -e 's/$$/:/' >> $@ )
$(OBJDIR)/%.c$(OBJ_EXT).d: %.c $(OBJ_DEPS)