[llvm-commits] [llvm] r111552 - /llvm/trunk/examples/Makefile
Mikhail Glushenkov
foldr at codedgers.com
Thu Aug 19 13:03:54 PDT 2010
Author: foldr
Date: Thu Aug 19 15:03:53 2010
New Revision: 111552
URL: http://llvm.org/viewvc/llvm-project?rev=111552&view=rev
Log:
Trailing whitespace.
Modified:
llvm/trunk/examples/Makefile
Modified: llvm/trunk/examples/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Makefile?rev=111552&r1=111551&r2=111552&view=diff
==============================================================================
--- llvm/trunk/examples/Makefile (original)
+++ llvm/trunk/examples/Makefile Thu Aug 19 15:03:53 2010
@@ -1,10 +1,10 @@
##===- examples/Makefile -----------------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL=..
@@ -13,7 +13,7 @@
PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker
ifeq ($(HAVE_PTHREAD),1)
-PARALLEL_DIRS += ParallelJIT
+PARALLEL_DIRS += ParallelJIT
endif
ifeq ($(LLVM_ON_UNIX),1)
More information about the llvm-commits
mailing list