]> sjero.net Git - wget/commitdiff
[svn] Makefile in po/ knows about "make realclean" now.
authorjanp <devnull@localhost>
Mon, 15 Jan 2001 23:55:48 +0000 (15:55 -0800)
committerjanp <devnull@localhost>
Mon, 15 Jan 2001 23:55:48 +0000 (15:55 -0800)
Toplevel Makefile removes "./configure" as well.

Makefile.in
po/Makefile.in.in

index 7a672fb4e8cb0b3e8e02bf7a61a830dbeba583af..17c95212c490834ac650758bf15d3413d9c1747a 100644 (file)
@@ -138,6 +138,7 @@ distclean-top: clean-top
        $(RM) Makefile config.status config.log config.cache stamp-h
 
 realclean-top: distclean-top
+       $(RM) configure
 
 clean-recursive distclean-recursive realclean-recursive:
        for subdir in $(SUBDIRS); do \
index 1adf9177f2c4a484b65922f8dcb36820b9f4178b..f99b94b6734b27e290a997f3a6cf8839e064ec2b 100644 (file)
@@ -158,10 +158,12 @@ distclean: clean
        rm -f Makefile Makefile.in POTFILES *.mo *.msg
 
 maintainer-clean: distclean
-       @echo "This command is intended for maintainers to use;"
-       @echo "it deletes files that may require special tools to rebuild."
+       @echo "!! This command is intended for maintainers to use;"
+       @echo "!! it deletes files that may require special tools to rebuild."
        rm -f $(GMOFILES)
 
+realclean: maintainer-clean
+
 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
 dist distdir: update-po $(DISTFILES)
        dists="$(DISTFILES)"; \