summaryrefslogtreecommitdiff
path: root/test/ragel.d
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-10-16 11:37:55 -0300
committerAdrian Thurston <thurston@colm.net>2019-10-16 11:39:02 -0300
commit61f3c8db08f7f60e284f17cea2752fd49296a4b1 (patch)
tree6d401a107d6a1f3e7466802878de81d997058f5f /test/ragel.d
parentd605f733cd8b0f7e6efa93317060135418fbccc9 (diff)
downloadcolm-61f3c8db08f7f60e284f17cea2752fd49296a4b1.tar.gz
improved dependency specification in building colm progs
Diffstat (limited to 'test/ragel.d')
-rw-r--r--test/ragel.d/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ragel.d/Makefile.am b/test/ragel.d/Makefile.am
index e092af12..0da7abae 100644
--- a/test/ragel.d/Makefile.am
+++ b/test/ragel.d/Makefile.am
@@ -62,7 +62,7 @@ trans_SOURCES = trans.c main.c
trans_LDADD = -lcolm
trans_LDFLAGS = $(COLM_xLDFLAGS)
-trans.c: trans.lm $(TRANS_DEPS)
+trans.c: trans.lm $(TRANS_DEPS) $(COLM_BIN)
$(COLM_BIN) -c -b trans_object -I$(RAGEL_LM) -I../../ragel/host-go -o $@ $<
gentests: gentests.sh Makefile