aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-18 16:18:45 -0700
committerGraydon Hoare <[email protected]>2011-03-18 16:18:45 -0700
commitaab3916d47ae26fd20c52576b1a473f873178126 (patch)
treedfac25b51094efb034f903810dcec52d4736b121
parentMake the llvmext dir in builddir from configure. (diff)
downloadrust-aab3916d47ae26fd20c52576b1a473f873178126.tar.xz
rust-aab3916d47ae26fd20c52576b1a473f873178126.zip
Remove some whitespace.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 956bc451..10d23cb3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -79,7 +79,7 @@ ifdef CFG_UNIXY
CFG_INFO := $(info cfg: unix-y environment)
CFG_EXE_SUFFIX :=
- CFG_RUN_PROGRAM = LD_LIBRARY_PATH=$(dir $(1)) $(CFG_VALGRIND) $(1)
+ CFG_RUN_PROGRAM=LD_LIBRARY_PATH=$(dir $(1)) $(CFG_VALGRIND) $(1)
CFG_BOOT_NATIVE := 1