mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
LibC: Fix make target dependency that was breaking parallel make sometimes.
This commit is contained in:
parent
6c4024c04a
commit
c53f6a52e0
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
Add a link
Reference in a new issue