Skip to content

Commit 53f787e

Browse files
committed
Fix more bad tabs in Makefile.
1 parent 01353b2 commit 53f787e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ BOOT_OBJS := $(BOOT_MLS:.ml=.o)
245245
BOOT_CMIS := $(BOOT_MLS:.ml=.cmi)
246246

247247
RUNTIME_CS := rt/sync/spin_lock.cpp \
248-
rt/sync/lock_free_queue.cpp \
249-
rt/sync/condition_variable.cpp \
248+
rt/sync/lock_free_queue.cpp \
249+
rt/sync/condition_variable.cpp \
250250
rt/rust.cpp \
251251
rt/rust_builtin.cpp \
252252
rt/rust_crate.cpp \
@@ -263,7 +263,7 @@ RUNTIME_CS := rt/sync/spin_lock.cpp \
263263
rt/isaac/randport.cpp
264264

265265
RUNTIME_HDR := rt/globals.h \
266-
rt/rust.h \
266+
rt/rust.h \
267267
rt/rust_dwarf.h \
268268
rt/rust_internal.h \
269269
rt/rust_util.h \

0 commit comments

Comments
 (0)