mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +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:
parent
a04a58b7eb
commit
709893364d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue