diff options
author | rsc <devnull@localhost> | 2004-04-20 02:03:38 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-20 02:03:38 +0000 |
commit | a0f1e21ff939612898d63ae2245e47dffc1a8153 (patch) | |
tree | 581f62db3bad2c54d60cb54b6e577787f55071af /src/cmd/bzip2 | |
parent | e637c944febf271252e59742aa108d6e0a527eb7 (diff) | |
download | plan9port-a0f1e21ff939612898d63ae2245e47dffc1a8153.tar.gz plan9port-a0f1e21ff939612898d63ae2245e47dffc1a8153.tar.bz2 plan9port-a0f1e21ff939612898d63ae2245e47dffc1a8153.zip |
make things work on SunOS
Diffstat (limited to 'src/cmd/bzip2')
-rw-r--r-- | src/cmd/bzip2/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/bzip2/mkfile b/src/cmd/bzip2/mkfile index e544d4d7..d846b937 100644 --- a/src/cmd/bzip2/mkfile +++ b/src/cmd/bzip2/mkfile @@ -16,7 +16,7 @@ LIB=lib/libbzip2.a SHORTLIB=bio 9 <$PLAN9/src/mkmany -CFLAGS=$CFLAGS -p -DPLAN9 -Ilib +CFLAGS=$CFLAGS -DPLAN9 -Ilib test:V: $O.bzip2 $O.bunzip2 ./$O.bzip2 -1 < sample1.ref > sample1.rb2 |