Update stage0-posix to latest snapshot.

This commit is contained in:
Andrius Štikonas 2022-06-02 22:44:02 +01:00
parent 86bb6b1d6f
commit 407b02d6b4
8 changed files with 22 additions and 23 deletions

View file

@ -19,11 +19,9 @@ diff -r -N -U3 Makefile Makefile
# Where you want it installed when you do 'make install'
PREFIX=/usr/local
@@ -44,13 +44,7 @@
$(CC) $(CFLAGS) $(LDFLAGS) -o bzip2recover bzip2recover.o
@@ -44,11 +44,6 @@
libbz2.a: $(OBJS)
- rm -f libbz2.a
$(AR) cq libbz2.a $(OBJS)
- @if ( test -f $(RANLIB) -o -f /usr/bin/ranlib -o \
- -f /bin/ranlib -o -f /usr/ccs/bin/ranlib ) ; then \