LibC: Always install as part of the default target

We always want to put crt0.o in the location where it can get picked
up by the i686-pc-serenity toolchain.

This feels a bit hackish but should get the build working again. :^)
This commit is contained in:
Andreas Kling 2019-12-20 21:13:53 +01:00
parent 4d1ce18477
commit 270beb5165
Notes: sideshowbarker 2024-07-19 10:47:32 +09:00

View File

@ -71,7 +71,7 @@ DEFINES = -DSERENITY_LIBC_BUILD
LIBRARY = libc.a
all: $(LIBRARY) startfiles
all: $(LIBRARY) startfiles install
install:
mkdir -p $(SERENITY_BASE_DIR)/Root/usr/include/sys/