aboutsummaryrefslogtreecommitdiff
path: root/unix/make
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-23 22:58:02 +0000
committerrsc <devnull@localhost>2005-01-23 22:58:02 +0000
commit646799d4a7df74283cf7f0cc1b03f46e3a16555f (patch)
treecad201f70c214aefc46c02f8def25cb99da2c637 /unix/make
parent1fdb4a54500c8bda4cbe262280509f8f98b3bfed (diff)
downloadplan9port-646799d4a7df74283cf7f0cc1b03f46e3a16555f.tar.gz
plan9port-646799d4a7df74283cf7f0cc1b03f46e3a16555f.tar.bz2
plan9port-646799d4a7df74283cf7f0cc1b03f46e3a16555f.zip
stupid bugs
Diffstat (limited to 'unix/make')
-rw-r--r--unix/make/Makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/make/Makefile.mk b/unix/make/Makefile.mk
index a80ad19e..55080da9 100644
--- a/unix/make/Makefile.mk
+++ b/unix/make/Makefile.mk
@@ -38,7 +38,7 @@ all: $(TARG)
TGZFILES+=mk.pdf
-install: $(LIB)
+install: $(TARG)
mkdir -p $(PREFIX)/bin
install -m 0755 mk $(PREFIX)/bin/mk
cat mk.1 | sed 's;DOCPREFIX;$(PREFIX);g' >mk.1a