1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-02 23:02:56 +03:00
openwrt-packages/jbofihe/patches/02-dfysyn.patch
Alan Post 8834e02dc8 jbofihe: The Lojban Parser
This package is a parser for the language Lojban.  It compliments
makfa, the Lojban dictionary.
2010-10-08 21:52:54 -06:00

24 lines
800 B
Diff

--- jbofihe-0.38.orig/Makefile.in 2010-10-07 18:32:18.000000000 -0600
+++ jbofihe-0.38/Makefile.in 2010-10-07 18:32:39.000000000 -0600
@@ -148,16 +148,16 @@
morf_enc.c : mk_enctab.pl
perl mk_enctab.pl > morf_enc.c 2>morf_enc.err
-morf_dfa.c : morf_nfa.in dfasyn/dfasyn
- dfasyn/dfasyn -v -r morf_dfa.report morf_nfa.in -o morf_dfa.c
+morf_dfa.c : morf_nfa.in
+ dfasyn/dfasyn_host -v -r morf_dfa.report morf_nfa.in -o morf_dfa.c
bctest : bccheck.c bctables.c
$(CC) $(CFLAGS) -o bctest -DTEST=1 bccheck.c
bccheck.o : bccheck.c bctables.c
-bctables.c : bctables.in dfasyn/dfasyn
- dfasyn/dfasyn -v -r bctables.report < bctables.in > bctables.c
+bctables.c : bctables.in
+ dfasyn/dfasyn_host -v -r bctables.report < bctables.in > bctables.c
dfasyn/dfasyn:
(cd dfasyn && make all)