From: Ruben Kerkhof Date: Fri, 13 Feb 2015 13:30:55 +0000 (+0100) Subject: Use an explit rule to turn ragel into C++ X-Git-Tag: dnsdist-1.0.0-alpha1~306^2~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a35acad813a4d6dff312c99692275d03d33dbe6;p=thirdparty%2Fpdns.git Use an explit rule to turn ragel into C++ The implicit rule causes Make to search for a .rl file for each .cc file --- diff --git a/pdns/Makefile-recursor b/pdns/Makefile-recursor index cbee61e760..3aa0a0ed82 100644 --- a/pdns/Makefile-recursor +++ b/pdns/Makefile-recursor @@ -66,7 +66,7 @@ LDFLAGS += $(PROFILEFLAGS) $(STATICFLAGS) CXXFLAGS += -DSYSCONFDIR='"$(SYSCONFDIR)"' -DLOCALSTATEDIR='"$(LOCALSTATEDIR)"' CFLAGS += -DSYSCONFDIR='"$(SYSCONFDIR)"' -DLOCALSTATEDIR='"$(LOCALSTATEDIR)"' -%.cc: %.rl +dnslabeltext.cc: dnslabeltext.rl ragel $< -o $@ # Version