aboutsummaryrefslogtreecommitdiff
path: root/unix/mkfile.utf
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-28 23:27:43 +0000
committerrsc <devnull@localhost>2004-12-28 23:27:43 +0000
commit1b7f98fb307ba8f3271a5051f05395ac99056b26 (patch)
treee7c7edd866130ebd77544fe1398642ae92ea779a /unix/mkfile.utf
parente5d47e6e15c72b816315e520a3b7756babf9deb2 (diff)
downloadplan9port-1b7f98fb307ba8f3271a5051f05395ac99056b26.tar.gz
plan9port-1b7f98fb307ba8f3271a5051f05395ac99056b26.tar.bz2
plan9port-1b7f98fb307ba8f3271a5051f05395ac99056b26.zip
fix up extraction procedures
Diffstat (limited to 'unix/mkfile.utf')
-rw-r--r--unix/mkfile.utf5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/mkfile.utf b/unix/mkfile.utf
index bb8e438f..23ed764e 100644
--- a/unix/mkfile.utf
+++ b/unix/mkfile.utf
@@ -5,12 +5,13 @@ TARG=\
README\
Makefile\
`{ls -p $PLAN9/src/lib9/utf/*.c}\
+ plan9.h\
utf.h\
utfdef.h\
isalpharune.3\
- utf.7\
rune.3\
runestrcat.3\
+ utf.7\
all:V: $TARG
@@ -41,6 +42,6 @@ README: ../README
NOTICE: ../NOTICE.utf
cp $prereq $target
-utf.h: ../utf.h
+utf.h: $PLAN9/include/utf.h
cp $prereq $target