diff options
author | Bill Nottingham <notting@redhat.com> | 2001-03-05 17:25:47 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-03-05 17:25:47 +0000 |
commit | 7d654fe04e9d8c6e7f208324dc7f005ffe4e3703 (patch) | |
tree | 78225a0e6650345475719d526001d516ce29b370 /po | |
parent | caf29593179460f9842f64d03dcbd5574e2be406 (diff) | |
download | initscripts-7d654fe04e9d8c6e7f208324dc7f005ffe4e3703.tar initscripts-7d654fe04e9d8c6e7f208324dc7f005ffe4e3703.tar.gz initscripts-7d654fe04e9d8c6e7f208324dc7f005ffe4e3703.tar.bz2 initscripts-7d654fe04e9d8c6e7f208324dc7f005ffe4e3703.tar.xz initscripts-7d654fe04e9d8c6e7f208324dc7f005ffe4e3703.zip |
remove python droppings on make clean
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 9b98e907..f8fbf25f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -53,7 +53,7 @@ refresh-po: Makefile done clean: - rm -f *mo $(NLSPACKAGE).pot + rm -f *mo $(NLSPACKAGE).pot *.pyc distclean: clean rm -f .depend Makefile |