File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
--- bzip2-1.0.8/Makefile-orig 2019-07-13 10:50:05.000000000 -0700
2
- +++ bzip2-1.0.8/Makefile 2020-08-04 11:53:52 .000000000 -0700
2
+ +++ bzip2-1.0.8/Makefile 2020-08-14 16:35:23 .000000000 -0700
3
3
@@ -35,14 +35,11 @@
4
4
decompress.o \
5
5
bzlib.o
16
16
libbz2.a: $(OBJS)
17
17
rm -f libbz2.a
18
18
$(AR) cq libbz2.a $(OBJS)
19
- @@ -69,47 +66,21 @@
19
+ @@ -69,47 +66,19 @@
20
20
cmp sample3.tst sample3.ref
21
21
@cat words3
22
22
27
27
if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi
28
28
if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi
29
29
if ( test ! -d $(PREFIX)/include ) ; then mkdir -p $(PREFIX)/include ; fi
30
- cp -f bzip2 $(PREFIX)/bin/bzip2
30
+ - cp -f bzip2 $(PREFIX)/bin/bzip2
31
31
- cp -f bzip2 $(PREFIX)/bin/bunzip2
32
32
- cp -f bzip2 $(PREFIX)/bin/bzcat
33
33
- cp -f bzip2recover $(PREFIX)/bin/bzip2recover
34
- chmod a+x $(PREFIX)/bin/bzip2
34
+ - chmod a+x $(PREFIX)/bin/bzip2
35
35
- chmod a+x $(PREFIX)/bin/bunzip2
36
36
- chmod a+x $(PREFIX)/bin/bzcat
37
37
- chmod a+x $(PREFIX)/bin/bzip2recover
66
66
sample1.rb2 sample2.rb2 sample3.rb2 \
67
67
sample1.tst sample2.tst sample3.tst
68
68
69
- @@ -130,8 +101 ,6 @@
69
+ @@ -130,8 +99 ,6 @@
70
70
$(CC) $(CFLAGS) -c bzlib.c
71
71
bzip2.o: bzip2.c
72
72
$(CC) $(CFLAGS) -c bzip2.c
You can’t perform that action at this time.
0 commit comments