summaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2007-11-17 09:00:43 -0800
committerDaniel Burrows <dburrows@debian.org>2007-11-17 09:00:43 -0800
commitee57a0f3d25681facdb91a316b1b4abfb18e0736 (patch)
tree17f9dc9d208eb694d14e4b52374a96076ba27b04 /po/Makefile.in.in
parentbfec7650d1bdd4d62011dfabed136b2ebbbb2e44 (diff)
downloadaptitude-ee57a0f3d25681facdb91a316b1b4abfb18e0736.tar.gz
Don't remove *.gmo in distclean (Closes: #451584, #441696); hopefully this doesn't make aptitude unbuildable.
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 73bb09a4..1f5cc285 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -292,7 +292,7 @@ mostlyclean:
clean: mostlyclean
distclean: clean
- rm -f Makefile Makefile.in POTFILES *.mo *.gmo
+ rm -f Makefile Makefile.in POTFILES *.mo
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"