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 $@
|
@$(MAKE) -s -C tests $@
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
@rm -fv config.h config.mak config.texi
|
@rm -f config.h config.mak config.texi
|
||||||
@rm -fv $(TCCDOCS)
|
@rm -f $(TCCDOCS)
|
||||||
|
|
||||||
.PHONY: all clean test tar tags ETAGS doc distclean install uninstall FORCE
|
.PHONY: all clean test tar tags ETAGS doc distclean install uninstall FORCE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue