diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 23:27:23 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 23:27:23 +0100 |
| commit | 9352995934adec8059077af241c35ccd1573bd80 (patch) | |
| tree | 60286e266b3b31b90b952ac37e12a1ebbcdd2eb6 /jbofihe/patches/04-uncom.patch | |
| parent | ef3b84d78197acbd45d73a9b1ae44b47b5904290 (diff) | |
| parent | 880bca260c4ce91554a49b2475232cf5c0ffd447 (diff) | |
| download | qipackages-fork-master.tar.gz | |
Conflicts:
links/Makefile
Diffstat (limited to 'jbofihe/patches/04-uncom.patch')
| -rw-r--r-- | jbofihe/patches/04-uncom.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/jbofihe/patches/04-uncom.patch b/jbofihe/patches/04-uncom.patch new file mode 100644 index 0000000..72c553d --- /dev/null +++ b/jbofihe/patches/04-uncom.patch @@ -0,0 +1,24 @@ +--- jbofihe-0.38.orig/Makefile.in 2001-09-15 16:10:36.000000000 -0600 ++++ jbofihe-0.38/Makefile.in 2010-10-06 16:58:31.000000000 -0600 +@@ -64,8 +64,8 @@ + %.s : %.c + $(CC) $(CFLAGS) -S $< + +-rpc2x_nc.y : rpc2x.y uncom +- ./uncom < rpc2x.y > rpc2x_nc.y ++rpc2x_nc.y : rpc2x.y ++ ./uncom_host < rpc2x.y > rpc2x_nc.y + + rpc2x_act.y nonterm.h nonterm.c : rpc2x_nc.y + perl ./action.perl < rpc2x_nc.y > rpc2x_act.y +@@ -78,8 +78,8 @@ + perl add_trace_to_tabc.pl < rpc2x_act.tab.c > rpc_tab.c + + # Create grammar that will only recognize text with all elidable cmavo present +-rpc2x_full_nc.y : rpc2x.y terminator.pl uncom +- perl terminator.pl < rpc2x.y | ./uncom > rpc2x_full_nc.y ++rpc2x_full_nc.y : rpc2x.y terminator.pl ++ perl terminator.pl < rpc2x.y | ./uncom_host > rpc2x_full_nc.y + + rpc2x_full_act.y : rpc2x_full_nc.y + perl ./action.perl -nononterm < rpc2x_full_nc.y > rpc2x_full_act.y |
