blob: 4636358032627b96917ad7e024eb34810b3b76f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- src/Makefile.in.ORIG Mon Apr 12 08:00:59 2004
+++ src/Makefile.in Mon Apr 12 08:01:22 2004
@@ -512,12 +512,6 @@
uninstall-recursive
-hiragana-convtable.h: hiragana-convtable.txt
- perl convtable.pl hiragana
-zenkaku-convtable.h: zenkaku-convtable.txt
- perl convtable.pl zenkaku
-halfkata-convtable.h: halfkata-convtable.txt
- perl convtable.pl halfkata
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
|