summaryrefslogtreecommitdiff
path: root/05/musl-0.6.0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '05/musl-0.6.0/Makefile')
-rw-r--r--05/musl-0.6.0/Makefile4
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) $@