From e5073af142f0dc5ed8c0a92994562d798e52b53e Mon Sep 17 00:00:00 2001 From: Santiago Garcia Mantinan Date: Tue, 25 Jun 2002 13:42:23 +0000 Subject: [PATCH] Remove jigdofilelist on distclean. Fixes a problem with "one arch at a time" mirrors. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 919a44d3..6bb25e8e 100755 --- a/Makefile +++ b/Makefile @@ -203,8 +203,10 @@ distclean: ok bin-distclean src-distclean bin-distclean: $(Q)-rm -rf $(BDIR) $(Q)-rm -rf $(ADIR) + $(Q)-rm -rf $(TDIR)/jigdofilelist src-distclean: $(Q)-rm -rf $(SDIR) + $(Q)-rm -rf $(TDIR)/jigdofilelist ## STATUS and APT ##