Commit Diff


commit - f0264abf2684f96c011ad56b292378a67074c148
commit + 7e91400c0d41bc628fd5c39d8d4183cbfaf734a5
blob - 5729981c8e3e11bfa532580f8c22e4bbd5a9c6b7
blob + fae24c5dc2a041c812e2e4e03381fa166b0c4fdf
--- unix/make/Makefile.regexp
+++ 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)