1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/japanese/chasen/files/patch-ab
1999-12-23 00:01:28 +00:00

14 lines
420 B
Plaintext

--- dic/Makefile.orig Sat Dec 4 02:41:42 1999
+++ dic/Makefile Fri Dec 17 20:45:04 1999
@@ -46,8 +46,8 @@
else exit 0; fi
table.cha matrix.cha: $(CONNECT_VCHA)
- @if [ -f $< ]; then set -x; \
- $(CP) $< $(CONNTMP2_VCHA); \
+ @if [ -f ${.ALLSRC} ]; then set -x; \
+ $(CP) ${.ALLSRC} $(CONNTMP2_VCHA); \
$(CC) -E $(CONNTMP2_VCHA) > $(CONNTMP_VCHA); \
$(RM) $(CONNTMP2_VCHA); \
$(MKDICDIR)/makemat; \