Makefile: remove unportable -v flag from distclean target

This commit is contained in:
noneofyourbusiness 2023-01-01 16:30:57 +01:00
parent 20a22cf3d6
commit fa0fa62b0c
No known key found for this signature in database
GPG Key ID: FF810A8659912F5A

View File

@ -463,8 +463,8 @@ clean:
@$(MAKE) -s -C tests $@
distclean: clean
@rm -fv config.h config.mak config.texi
@rm -fv $(TCCDOCS)
@rm -f config.h config.mak config.texi
@rm -f $(TCCDOCS)
.PHONY: all clean test tar tags ETAGS doc distclean install uninstall FORCE