diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-17 23:23:23 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-17 23:23:23 -0700 |
| commit | 09422da76c5f3524c1f03ef494d2ea8ed998961e (patch) | |
| tree | 26653a09f7f5e214d3e8234e41634b737b7fffc8 /core/bzip2 | |
| parent | 761e1c1507d3acc1dd6d3690aac52190bd43a0fa (diff) | |
Rename static_lib -> lib
Diffstat (limited to 'core/bzip2')
| -rw-r--r-- | core/bzip2/gen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bzip2/gen.rc b/core/bzip2/gen.rc index e24d3091..638ce609 100644 --- a/core/bzip2/gen.rc +++ b/core/bzip2/gen.rc @@ -1,5 +1,5 @@ cflags -Wall -Winline -D_FILE_OFFSET_BITS'='64 -static_lib libbz2.a blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c bzlib.c +lib libbz2.a blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c bzlib.c exe bzip2 bzip2.c libbz2.a file bin/bzip2 '$outdir'/bzip2 755 file share/man/man1/bzip2.1 '$srcdir'/bzip2.1 644 |
