aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/postscript/download/mkfile
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-05-17 02:24:15 +0000
committerwkj <devnull@localhost>2004-05-17 02:24:15 +0000
commite8fb1d3efb114d1859f14fda2b6681d99df1f48a (patch)
treea3b437370521c9eff6cab00dd77fd2d95a3dc090 /src/cmd/postscript/download/mkfile
parent8a3cbc157981485adc947c0477dc3e4907acc9a3 (diff)
downloadplan9port-e8fb1d3efb114d1859f14fda2b6681d99df1f48a.tar.gz
plan9port-e8fb1d3efb114d1859f14fda2b6681d99df1f48a.tar.bz2
plan9port-e8fb1d3efb114d1859f14fda2b6681d99df1f48a.zip
tr2post and aux/download; download is a shell script in $PLAN9/bin.
Diffstat (limited to 'src/cmd/postscript/download/mkfile')
-rw-r--r--src/cmd/postscript/download/mkfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/postscript/download/mkfile b/src/cmd/postscript/download/mkfile
index d2321e65..7084537d 100644
--- a/src/cmd/postscript/download/mkfile
+++ b/src/cmd/postscript/download/mkfile
@@ -1,7 +1,7 @@
<$PLAN9/src/mkhdr
<../config
-TARG=psdownload
+TARG=auxdownload
OFILES=download.$O
@@ -13,7 +13,7 @@ HFILES=download.h\
$COMMONDIR/path.h\
$COMMONDIR/ext.h\
-LIB=$COMMONDIR/com.a
+LIB=$COMMONDIR/libcom.a
BIN=$POSTBIN
<$PLAN9/src/mkone