diff options
author | Dawid Sobczak <dawidsobczak@fastmail.com> | 2023-07-01 19:19:53 +0100 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-03 15:39:37 -0400 |
commit | fe7a0abd38d61a449c4beaa7a514c2be5df872cf (patch) | |
tree | fb186f75a3222c2eead0cd9adf73b5ff0f3434c4 /05/musl-0.6.0/Makefile | |
parent | 5e2d856b03eeffd1d4358a5137aeda4e645d3b11 (diff) |
testing bootstrap
Diffstat (limited to '05/musl-0.6.0/Makefile')
-rw-r--r-- | 05/musl-0.6.0/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/05/musl-0.6.0/Makefile b/05/musl-0.6.0/Makefile index 9d40be5..460ff31 100644 --- a/05/musl-0.6.0/Makefile +++ b/05/musl-0.6.0/Makefile @@ -9,7 +9,7 @@ # CC = ../tcc-0.9.27/tcc0 -exec_prefix = /usr/local/musl-bootstrap +exec_prefix = ../musl-bootstrapU bindir = $(exec_prefix)/bin prefix = /usr/local/musl-bootstrap @@ -84,7 +84,7 @@ lib/libc.so: $(LOBJS) $(OBJCOPY) --weaken $@ lib/libc.a: $(OBJS) - rm -f $@ + mkdir -p lib $(AR) rc $@ $(OBJS) # $(RANLIB) $@ |