mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Fix patch makefile and unfuzzy some early patches.
This commit is contained in:
parent
c22e3dac66
commit
6ade9e0e8a
5 changed files with 8 additions and 7 deletions
|
|
@ -19,9 +19,9 @@ diff -r -N -U3 Makefile Makefile
|
|||
|
||||
# Where you want it installed when you do 'make install'
|
||||
PREFIX=/usr/local
|
||||
@@ -44,11 +44,6 @@
|
||||
|
||||
@@ -46,11 +46,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 \
|
||||
|
|
@ -31,7 +31,7 @@ diff -r -N -U3 Makefile Makefile
|
|||
|
||||
check: test
|
||||
test: bzip2
|
||||
@@ -114,7 +108,6 @@
|
||||
@@ -114,7 +109,6 @@
|
||||
sample1.tst sample2.tst sample3.tst
|
||||
|
||||
blocksort.o: blocksort.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue