]> granicus.if.org Git - neomutt/commitdiff
fix make clean
authorRichard Russon <rich@flatcap.org>
Thu, 17 Nov 2016 23:14:15 +0000 (23:14 +0000)
committerRichard Russon <rich@flatcap.org>
Thu, 24 Nov 2016 22:16:05 +0000 (22:16 +0000)
po/Makefile.in.in

index d718e272ad38df27ed75add22e46c949c67dc93e..8c3333727425f10af6680925fac656191f42bad8 100644 (file)
@@ -152,18 +152,14 @@ check: all
 dvi info tags TAGS ID:
 
 mostlyclean:
-       rm -f core core.* *.pox $(PACKAGE).po *.new.po
-       rm -fr *.o
+       rm -f $(GMOFILES)
 
 clean: mostlyclean
 
 distclean: clean
-       rm -f Makefile Makefile.in POTFILES *.mo
+       rm -f Makefile Makefile.in POTFILES
 
 maintainer-clean: distclean
-       @echo "This command is intended for maintainers to use;"
-       @echo "it deletes files that may require special tools to rebuild."
-       rm -f $(GMOFILES)
 
 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 dist distdir: $(DISTFILES)