treplace mdir with mkdir; oops - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7e91400c0d41bc628fd5c39d8d4183cbfaf734a5
(DIR) parent f0264abf2684f96c011ad56b292378a67074c148
(HTM) Author: rsc <devnull@localhost>
Date: Fri, 21 Jan 2005 06:51:27 +0000
replace mdir with mkdir; oops
Diffstat:
M unix/make/Makefile.regexp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/unix/make/Makefile.regexp b/unix/make/Makefile.regexp
t@@ -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)