Skip to content

Commit 9712270

Browse files
committed
---
yaml --- r: 328 b: refs/heads/master c: 53f787e h: refs/heads/master v: v3
1 parent 9b2bb7e commit 9712270

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 01353b2a7f68e82e1a0e77535a727d1532eb3627
2+
refs/heads/master: 53f787e0b3ebe95f8b771d219eb4370f8871c4e8

trunk/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)