aboutsummaryrefslogtreecommitdiff
path: root/unix/make
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-21 06:51:27 +0000
committerrsc <devnull@localhost>2005-01-21 06:51:27 +0000
commit7e91400c0d41bc628fd5c39d8d4183cbfaf734a5 (patch)
treeb16a0d054e843a58a9dd0ddce6e878bf85af2723 /unix/make
parentf0264abf2684f96c011ad56b292378a67074c148 (diff)
downloadplan9port-7e91400c0d41bc628fd5c39d8d4183cbfaf734a5.tar.gz
plan9port-7e91400c0d41bc628fd5c39d8d4183cbfaf734a5.tar.bz2
plan9port-7e91400c0d41bc628fd5c39d8d4183cbfaf734a5.zip
replace mdir with mkdir; oops
Diffstat (limited to 'unix/make')
-rw-r--r--unix/make/Makefile.regexp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/make/Makefile.regexp b/unix/make/Makefile.regexp
index 5729981c..fae24c5d 100644
--- a/unix/make/Makefile.regexp
+++ b/unix/make/Makefile.regexp
@@ -24,7 +24,7 @@ install: $(LIB)
install -m 0644 regexp9.7 $(PREFIX)/man/man7/regexp9.7
mkdir -p $(PREFIX)/lib
install -m 0644 $(LIB) $(PREFIX)/lib/$(LIB)
- mdir -p $(PREFIX)/include
+ mkdir -p $(PREFIX)/include
install -m 0644 regexp9.h $(PREFIX)/include/regexp9.h
test: test.$O $(LIB)