Remove dependency on 'fmt' tool, missing from some MinGW variants
This commit is contained in:
parent
8fa690245d
commit
4efdc5c604
1
rules.mk
1
rules.mk
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue