diff options
| author | Michael Forney <mforney@mforney.org> | 2016-10-29 13:53:28 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-10-30 00:44:10 -0700 |
| commit | dd45ede13ab186614e6db9d0c65c9b16858167f6 (patch) | |
| tree | 67c92d9473a93aa458143417a630250103343e64 | |
| parent | 72d6c1416ba5520ee5e3ed91f10e6ccd6b87edf4 (diff) | |
bzip2: Style
| -rw-r--r-- | core/bzip2/gen.rc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/bzip2/gen.rc b/core/bzip2/gen.rc index b0155424..5cd9c64c 100644 --- a/core/bzip2/gen.rc +++ b/core/bzip2/gen.rc @@ -1,6 +1,10 @@ -cflags -Wall -Winline -D_FILE_OFFSET_BITS'='64 +cflags\ + -Wall -Winline\ + -D '_FILE_OFFSET_BITS=64' + 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 sym bin/bzcat bzip2 |
