summaryrefslogtreecommitdiff
path: root/test/rlparse.d
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-11-29 08:02:54 -0800
committerAdrian Thurston <thurston@colm.net>2019-11-29 08:02:54 -0800
commit5bc254cfc898b55154c10b8172aa85de0961e047 (patch)
tree3b7f2508d7ed3aacae57fc719b6817d6aef12186 /test/rlparse.d
parentb85782ac69f1ef0d145d7dd2e95c555fab3f8694 (diff)
downloadcolm-5bc254cfc898b55154c10b8172aa85de0961e047.tar.gz
updated EXTRA_DIST in test/ragel.d and fixed rlparse COLM ref
Diffstat (limited to 'test/rlparse.d')
-rw-r--r--test/rlparse.d/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/rlparse.d/Makefile.am b/test/rlparse.d/Makefile.am
index 88f13323..1d8e9619 100644
--- a/test/rlparse.d/Makefile.am
+++ b/test/rlparse.d/Makefile.am
@@ -1,3 +1,4 @@
+COLM_BIN = ../../colm/colm
COLM_xCPPFLAGS = -I../../colm/include
COLM_xLDFLAGS = -L../../colm
@@ -32,8 +33,8 @@ EXTRA_DIST = \
BUILT_SOURCES = parse.c if.h if.cc commit.cc
-parse.c: rlparse.lm reducer.lm $(RAGEL_LM) $(COLM)
- $(COLM) -c -b rlparse_object -o $@ -e if.h -x if.cc -m commit.cc $<
+parse.c: rlparse.lm reducer.lm $(RAGEL_LM) $(COLM_BIN)
+ $(COLM_BIN) -c -b rlparse_object -o $@ -e if.h -x if.cc -m commit.cc $<
if.h: parse.c
if.cc: parse.c