mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
LibC: Fix make target dependency that was breaking parallel make sometimes.
This commit is contained in:
parent
6c4024c04a
commit
c53f6a52e0
Notes:
sideshowbarker
2024-07-19 13:18:34 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c53f6a52e07
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ DEFINES += -DUSERLAND -DSERENITY_LIBC_BUILD
|
|||
|
||||
all: $(LIBRARY) startfiles
|
||||
|
||||
startfiles:
|
||||
startfiles: $(ASM_OBJS)
|
||||
@echo "CXX crt0.o"; $(CXX) $(CXXFLAGS) -o crt0.o -c crt0.cpp
|
||||
cp crti.ao crti.o
|
||||
cp crtn.ao crtn.o
|
||||
|
|
Loading…
Add table
Reference in a new issue