From: Micah Cowan Date: Sat, 6 Oct 2007 00:36:47 +0000 (-0700) Subject: Removal of "realclean" target (Automake provisions seem quite sufficient). X-Git-Tag: v1.13~516^2~25 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=a2c55d24b9764635232abf551c0e7a9560a84c60 Removal of "realclean" target (Automake provisions seem quite sufficient). --- diff --git a/Makefile.am b/Makefile.am index b759dd47..5eb2522b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,10 +32,6 @@ # Search for macros in the m4 subdirectory: ACLOCAL_AMFLAGS = -I m4 -# These are used for maintenance only, so they are safe without -# special autoconf cruft. -RM = rm -f - # subdirectories in the distribution SUBDIRS = src doc po tests util windows @@ -45,21 +41,4 @@ test: all EXTRA_DIST = autogen.sh ChangeLog.README configure.bat MAILING-LIST PATCHES \ README.checkout -# -# Cleanup dependencies -# - -realclean: realclean-recursive realclean-top - CLEANFILES = *~ *.bak $(DISTNAME).tar.gz -distclean-local: - $(RM) -r autom4te.cache - -realclean-top: distclean-am - $(RM) configure - -realclean-recursive: - for subdir in $(SUBDIRS); do \ - target=`echo $@ | sed s/-recursive//`; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$target) || exit 1; \ - done diff --git a/doc/Makefile.am b/doc/Makefile.am index 9a1d514e..4168a854 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -114,7 +114,3 @@ uninstall.man: CLEANFILES = *~ *.bak *.cat *.pod DISTCLEANFILES = $(MAN) - -realclean: distclean - $(RM) wget.info* - $(RM) $(SAMPLERCTEXI)