summaryrefslogtreecommitdiff
path: root/grammar/pcre/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/pcre/Makefile')
-rw-r--r--grammar/pcre/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/grammar/pcre/Makefile b/grammar/pcre/Makefile
index 6f895485..538d0220 100644
--- a/grammar/pcre/Makefile
+++ b/grammar/pcre/Makefile
@@ -7,5 +7,5 @@ pcre-colm: pcre.lm
$(COLM) -o $@ pcre.lm
pcre-ragel: pcre.rl $(RAGEL)
- $(RAGEL) -G2 pcre.rl
- gcc -g -Wall -o $@ pcre.c
+ $(RAGEL) -G2 -o pcre-ragel.c pcre.rl
+ gcc -g -Wall -o $@ pcre-ragel.c