Don't use perl to generate files that we already have (timestamps b0rk3d

in distfile).

Prompted by:	perl module dependency failure on bento
This commit is contained in:
Jacques Vidrine 2004-02-21 16:43:43 +00:00
parent d06cdbebe0
commit e32b3518b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101582

View file

@ -1,7 +1,7 @@
*** src/Makefile.in.orig Wed Jan 7 12:14:24 2004
--- src/Makefile.in Wed Jan 7 12:25:38 2004
*** src/Makefile.in.orig Sat Feb 21 10:22:53 2004
--- src/Makefile.in Sat Feb 21 10:39:38 2004
***************
*** 2429,2438 ****
*** 2429,2450 ****
../IMdkit/libXimd.a :
@ -12,7 +12,19 @@
all-local: gtk.immodules
--- 2429,2438 ----
romakana.c: hiragana-convtable.h zenkaku-convtable.h halfkata-convtable.h
- 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
- jdata.dat: strokedata.h conv_jdata.pl
- perl conv_jdata.pl < strokedata.h > jdata.dat
# 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:
--- 2429,2442 ----
../IMdkit/libXimd.a :
@ -23,3 +35,7 @@
all-local: gtk.immodules
romakana.c: hiragana-convtable.h zenkaku-convtable.h halfkata-convtable.h
# 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: