From a2c55d24b9764635232abf551c0e7a9560a84c60 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Fri, 5 Oct 2007 17:36:47 -0700 Subject: [PATCH] Removal of "realclean" target (Automake provisions seem quite sufficient). --- Makefile.am | 21 --------------------- doc/Makefile.am | 4 ---- 2 files changed, 25 deletions(-) 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) -- 2.39.2