From 646799d4a7df74283cf7f0cc1b03f46e3a16555f Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Jan 2005 22:58:02 +0000 Subject: stupid bugs --- unix/make/Makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix/make') 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 -- cgit v1.2.3