1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

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
This commit is contained in:
Reid Spencer 2006-04-12 03:07:02 +00:00
parent 68b885f50c
commit d632e0a1c6

View File

@ -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 =====