Makefile: remove unportable -v flag from distclean target
This commit is contained in:
parent
20a22cf3d6
commit
fa0fa62b0c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue