From af21c12fbcff6fc030c737f8079224ebfb99c912 Mon Sep 17 00:00:00 2001 From: David Dykstra Date: Tue, 9 Mar 1999 21:47:18 +0000 Subject: [PATCH] Add distclean target to Makefile.in. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 078f6db6..ec8363b5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -65,6 +65,9 @@ proto: clean: rm -f *~ $(OBJS) rsync +distclean: clean + rm -f config.h config.cache config.status Makefile + # this target is really just for my use. It only works on a limited # range of machines and is used to produce a list of potentially -- 2.34.1