1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:17:35 +00:00

LibC: The "install" target should depend on the "startfiles" target.

This ensures that crt0.o is built during the Toolchain bootstrap.
This commit is contained in:
Andreas Kling 2019-05-23 14:10:37 +02:00
parent a04a58b7eb
commit 709893364d

View file

@ -76,7 +76,7 @@ $(LIBRARY): $(CPP_OBJS) $(ASM_OBJS)
clean:
@echo "CLEAN"; rm -f $(LIBRARY) $(CPP_OBJS) $(ASM_OBJS) *.d
install: $(LIBRARY)
install: $(LIBRARY) startfiles
mkdir -p ../Root/usr/include
mkdir -p ../Root/usr/lib
# Copy headers