From 5f09e7031d8fa4e44d94eace5b326785eee99027 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 20 Jun 2003 00:38:57 +0000 Subject: [PATCH] add-maintainer-clean-target-20030619 oops. make INSTALL's idea of the target name work also, in addition to "pristine" --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index c412e273ca..d5504b29af 100644 --- a/Makefile.in +++ b/Makefile.in @@ -736,6 +736,8 @@ distclean: clean pristine: distclean /bin/rm -f src/config/afsconfig.h.in configure configure-libafs aclocal.m4 +maintainer-clean: pristine + # # Below targets are all deprecated, insecure, or obsolte, # see README.OBSOLETE and README.INSECURE for more info