[cfe-commits] r93914 - /cfe/trunk/lib/Runtime/Makefile

Daniel Dunbar daniel at zuster.org
Tue Jan 19 13:28:04 PST 2010


Author: ddunbar
Date: Tue Jan 19 15:28:04 2010
New Revision: 93914

URL: http://llvm.org/viewvc/llvm-project?rev=93914&view=rev
Log:
Don't try to build/install/clean compiler-rt stuff if it isn't in the projects directory.

Modified:
    cfe/trunk/lib/Runtime/Makefile

Modified: cfe/trunk/lib/Runtime/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Runtime/Makefile?rev=93914&r1=93913&r2=93914&view=diff

==============================================================================
--- cfe/trunk/lib/Runtime/Makefile (original)
+++ cfe/trunk/lib/Runtime/Makefile Tue Jan 19 15:28:04 2010
@@ -39,8 +39,6 @@
 RuntimeLibrary.darwin.Configs = x86_10.4 armv6
 endif
 
-endif
-
 # Rule to build the compiler-rt libraries we need.
 #
 # We build all the libraries in a single shot to avoid recursive make as much as
@@ -97,3 +95,5 @@
 all-local:: $(RuntimeDirs:%=RuntimeLibrary.%)
 install-local:: $(RuntimeDirs:%=RuntimeLibraryInstall.%)
 clean-local:: CleanRuntimeLibraries
+
+endif





More information about the cfe-commits mailing list