diff options
author | rsc <devnull@localhost> | 2004-12-28 23:27:43 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-12-28 23:27:43 +0000 |
commit | 1b7f98fb307ba8f3271a5051f05395ac99056b26 (patch) | |
tree | e7c7edd866130ebd77544fe1398642ae92ea779a /unix/make | |
parent | e5d47e6e15c72b816315e520a3b7756babf9deb2 (diff) | |
download | plan9port-1b7f98fb307ba8f3271a5051f05395ac99056b26.tar.gz plan9port-1b7f98fb307ba8f3271a5051f05395ac99056b26.tar.bz2 plan9port-1b7f98fb307ba8f3271a5051f05395ac99056b26.zip |
fix up extraction procedures
Diffstat (limited to 'unix/make')
-rw-r--r-- | unix/make/Makefile.regexp | 1 | ||||
-rw-r--r-- | unix/make/Makefile.utf | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/unix/make/Makefile.regexp b/unix/make/Makefile.regexp index ec528bd4..b098d368 100644 --- a/unix/make/Makefile.regexp +++ b/unix/make/Makefile.regexp @@ -11,7 +11,6 @@ OFILES=\ regaux.$O\ rregexec.$O\ rregsub.$O\ - rregaux.$O\ HFILES=\ regexp9.h\ diff --git a/unix/make/Makefile.utf b/unix/make/Makefile.utf index 9c142d44..4d15d100 100644 --- a/unix/make/Makefile.utf +++ b/unix/make/Makefile.utf @@ -31,7 +31,7 @@ HFILES=\ all: $(LIB) install: $(LIB) - test -d $(PREFIX)/man/man3 || mkdir $(PREFIX)/man/man3 + mkdir -p $(PREFIX)/man/man3 $(PREFIX)/man/man7 install -c -m 0644 isalpharune.3 $(PREFIX)/man/man3/isalpharune.3 install -c -m 0644 utf.7 $(PREFIX)/man/man7/utf.7 install -c -m 0644 rune.3 $(PREFIX)/man/man3/rune.3 |