mirror of
https://github.com/mirror/wget.git
synced 2025-02-05 01:01:00 +08:00
[svn] Remove .gmo files when make clean is called.
This commit is contained in:
parent
71911ea593
commit
ec0522ce80
@ -161,7 +161,7 @@ mostlyclean:
|
|||||||
clean: mostlyclean
|
clean: mostlyclean
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile Makefile.in POTFILES *.mo *.msg
|
rm -f Makefile Makefile.in POTFILES *.mo *.gmo *.msg
|
||||||
|
|
||||||
maintainer-clean: distclean
|
maintainer-clean: distclean
|
||||||
@echo "!! This command is intended for maintainers to use;"
|
@echo "!! This command is intended for maintainers to use;"
|
||||||
|
Loading…
Reference in New Issue
Block a user