diff options
| author | Graydon Hoare <[email protected]> | 2010-07-20 15:15:36 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-20 15:15:36 -0700 |
| commit | 53f787e0b3ebe95f8b771d219eb4370f8871c4e8 (patch) | |
| tree | 83e82c1c7230ef36cf6eb38d0ac99fe4f9a8bc81 | |
| parent | Extend compile-check for llvm case. (diff) | |
| download | rust-53f787e0b3ebe95f8b771d219eb4370f8871c4e8.tar.xz rust-53f787e0b3ebe95f8b771d219eb4370f8871c4e8.zip | |
Fix more bad tabs in Makefile.
| -rw-r--r-- | src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 0f27394f..ad82fec2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -245,8 +245,8 @@ BOOT_OBJS := $(BOOT_MLS:.ml=.o) BOOT_CMIS := $(BOOT_MLS:.ml=.cmi) RUNTIME_CS := rt/sync/spin_lock.cpp \ - rt/sync/lock_free_queue.cpp \ - rt/sync/condition_variable.cpp \ + rt/sync/lock_free_queue.cpp \ + rt/sync/condition_variable.cpp \ rt/rust.cpp \ rt/rust_builtin.cpp \ rt/rust_crate.cpp \ @@ -263,7 +263,7 @@ RUNTIME_CS := rt/sync/spin_lock.cpp \ rt/isaac/randport.cpp RUNTIME_HDR := rt/globals.h \ - rt/rust.h \ + rt/rust.h \ rt/rust_dwarf.h \ rt/rust_internal.h \ rt/rust_util.h \ |