[cfe-commits] r68581 - /cfe/tags/Apple/clang/Makefile
Mike Stump
mrs at apple.com
Tue Apr 7 19:04:38 PDT 2009
Author: mrs
Date: Tue Apr 7 21:04:33 2009
New Revision: 68581
URL: http://llvm.org/viewvc/llvm-project?rev=68581&view=rev
Log:
Remove the rest of ccc.
Modified:
cfe/tags/Apple/clang/Makefile
Modified: cfe/tags/Apple/clang/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/tags/Apple/clang/Makefile?rev=68581&r1=68580&r2=68581&view=diff
==============================================================================
--- cfe/tags/Apple/clang/Makefile (original)
+++ cfe/tags/Apple/clang/Makefile Tue Apr 7 21:04:33 2009
@@ -53,7 +53,6 @@
# Remove the parts of the destroot we don't need
post-install:
$(MKDIR) -p $(DSTROOT)/usr/bin
- ln -sf ../../Developer/usr/bin/ccc $(DSTROOT)/usr/bin/ccc
ln -sf ../../Developer/usr/bin/clang $(DSTROOT)/usr/bin/clang
OSV = $(DSTROOT)/usr/local/OpenSourceVersions
More information about the cfe-commits
mailing list