1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:37:34 +00:00

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

View file

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