From d632e0a1c6ea08a46fdf164046bf1fa9ea162866 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 12 Apr 2006 03:07:02 +0000 Subject: [PATCH] Remove extraneous building in target dist-check. There is no reason that a distribution should need to be able to make a distribution so eliminate the "make dist" from the list of targets attempted. llvm-svn: 27600 --- Makefile.rules | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.rules b/Makefile.rules index 115100ef2a9..42bfccbdaa1 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1502,8 +1502,6 @@ dist-check:: $(DistTarGZip) $(MAKE) check && \ $(MAKE) install && \ $(MAKE) uninstall && \ - $(MAKE) dist && \ - $(MAKE) clean && \ $(MAKE) dist-clean && \ $(EchoCmd) ===== $(DistTarGZip) Ready For Distribution =====