From 61f3c8db08f7f60e284f17cea2752fd49296a4b1 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Wed, 16 Oct 2019 11:37:55 -0300 Subject: improved dependency specification in building colm progs --- test/ragel.d/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ragel.d') 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 -- cgit v1.2.1