Skip to content

Commit

Permalink
druntime: move src/core/threadasm.S to src/core/thread/
Browse files Browse the repository at this point in the history
  • Loading branch information
denizzzka authored and dlang-bot committed Aug 10, 2024
1 parent 958ba9c commit c24631b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druntime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ $(ROOT)/errno_c$(DOTOBJ) : src/core/stdc/errno.c $(DMD)
@mkdir -p $(dir $@)
$(DMD) -c $(DFLAGS) -I. -P=-I. $< -of$@

$(ROOT)/threadasm$(DOTOBJ) : src/core/threadasm.S
$(ROOT)/threadasm$(DOTOBJ) : src/core/thread/threadasm.S
@mkdir -p $(dir $@)
$(CC) -c $(CFLAGS) $< -o$@

Expand Down
File renamed without changes.

0 comments on commit c24631b

Please sign in to comment.