aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/postscript/download/mkfile
diff options
context:
space:
mode:
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