aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-07-01 02:12:44 +0200
committerEmilio Jesus Gallego Arias2018-07-01 02:12:44 +0200
commit79792b84e7d2dfe49bf6b9d33b9f19feb90bc002 (patch)
treeb24c4bede51f8770db60d4c2ed781463e91439b6 /Makefile.common
parente3210e41313863213b3bfd547b9b5504a69d29e4 (diff)
parent1b3c25792c0598ae0cc44e9db1e7bde3f5789638 (diff)
Merge PR #7410: Splitting primitive numeral parser/printer for positive, N, Z into three files
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 5b1def40aa..94b965a7f1 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -143,8 +143,8 @@ BTAUTOCMO:=plugins/btauto/btauto_plugin.cmo
RTAUTOCMO:=plugins/rtauto/rtauto_plugin.cmo
NATSYNTAXCMO:=plugins/syntax/nat_syntax_plugin.cmo
OTHERSYNTAXCMO:=$(addprefix plugins/syntax/, \
- z_syntax_plugin.cmo \
- r_syntax_plugin.cmo \
+ positive_syntax_plugin.cmo n_syntax_plugin.cmo \
+ z_syntax_plugin.cmo r_syntax_plugin.cmo \
int31_syntax_plugin.cmo \
ascii_syntax_plugin.cmo \
string_syntax_plugin.cmo )