Makefile.in.in (distclean): Also remove *.gmo during make distclean
.
* Makefile.in.in (distclean): Also remove *.gmo during `make distclean`. From-SVN: r39359
This commit is contained in:
parent
2f33c63561
commit
28d28e847f
@ -1,3 +1,8 @@
|
||||
2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
||||
|
||||
* Makefile.in.in (distclean): Also remove *.gmo during `make
|
||||
distclean`.
|
||||
|
||||
2000-12-17 Philipp Thomas <pthomas@suse.de>
|
||||
|
||||
* POTFILES.in: Add doloop.c.
|
||||
|
@ -197,7 +197,7 @@ mostlyclean:
|
||||
clean: mostlyclean
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
|
||||
rm -f Makefile Makefile.in POTFILES *.mo *.gmo *.msg *.cat *.cat.m
|
||||
|
||||
maintainer-clean: distclean
|
||||
@echo "This command is intended for maintainers to use;"
|
||||
|
Loading…
Reference in New Issue
Block a user