From 647c5433f81a0c756f704bf61e252252373fa9c6 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 27 Nov 2001 05:35:14 +0000 Subject: [PATCH] Make clean should also remove the autoconf cache etc. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index fa678cee..fb027b7b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,9 +85,10 @@ proto: clean: rm -f *~ $(OBJS) rsync rm -rf ./testtmp + rm -f config.h config.cache config.status distclean: clean - rm -f config.h config.cache config.status Makefile + rm -f Makefile # missing functions getaddrinfo.o: lib/getaddrinfo.c -- 2.34.1