summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-08 18:05:25 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-08 18:05:25 +0000
commit73dce3a6bf0a6c414297e9bdf946e68e63bda292 (patch)
treea7d84e8aac9176641da3e78a934193b585b6fda8
parentd90857e14439b2f4f4c79c6adc4927079e85d138 (diff)
downloadbcm5719-llvm-73dce3a6bf0a6c414297e9bdf946e68e63bda292.tar.gz
bcm5719-llvm-73dce3a6bf0a6c414297e9bdf946e68e63bda292.zip
Single-space instead of double-spacing in the Makefile
llvm-svn: 16845
-rw-r--r--llvm/lib/CodeGen/InstrSched/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/Makefile b/llvm/lib/CodeGen/InstrSched/Makefile
index acc95d35cc0..511e04b36f1 100644
--- a/llvm/lib/CodeGen/InstrSched/Makefile
+++ b/llvm/lib/CodeGen/InstrSched/Makefile
@@ -6,10 +6,9 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+LEVEL = ../../..
DIRS =
-
LIBRARYNAME = sched
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud