diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-11 19:57:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-11 19:57:23 +0000 |
commit | dff06dcb78d34fe54a2b63f6704de1dc102f2ef2 (patch) | |
tree | e97b4d4eefc1976bb59bb6a4f380494c02f6e8c5 /japanese/Canna | |
parent | 577c9f7c960855ab40a7074f0981a74b0289b7ce (diff) |
Fix this slightly differently, change "all:" to "all:", this seems more
in line with the other Makefiles.
Notes
Notes:
svn path=/head/; revision=6868
Diffstat (limited to 'japanese/Canna')
-rw-r--r-- | japanese/Canna/files/patch-ae | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/Canna/files/patch-ae b/japanese/Canna/files/patch-ae index 24483b28ab64..eebf300dd058 100644 --- a/japanese/Canna/files/patch-ae +++ b/japanese/Canna/files/patch-ae @@ -1,11 +1,12 @@ --- ./dic/ideo/user/Imakefile.org Sat Feb 5 05:21:06 1994 +++ ./dic/ideo/user/Imakefile Wed Jun 11 04:46:51 1997 -@@ -10,8 +10,6 @@ +@@ -10,8 +10,8 @@ DICS = chimei.t dics.dir katakana.t necgaiji.t \ software.t user.t -all: -- ++all:: + MakeDirectories(install,$(USERDICDIR)) install:: |