LibC: Fix make target dependency that was breaking parallel make sometimes.

This commit is contained in:
Andreas Kling 2019-07-13 08:09:53 +02:00
parent 6c4024c04a
commit c53f6a52e0
Notes: sideshowbarker 2024-07-19 13:18:34 +09:00

View file

@ -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