From 20e2bc03c7d0e1cbfa2c77d76171c93462ec8d1f Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 27 May 2014 10:26:20 +0200 Subject: [PATCH] add ragel compilation rule to recursor makefile to please the 'preferred form of modification' gods --- pdns/Makefile-recursor | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pdns/Makefile-recursor b/pdns/Makefile-recursor index 50e8e29f9e..300ff71ee1 100644 --- a/pdns/Makefile-recursor +++ b/pdns/Makefile-recursor @@ -59,6 +59,9 @@ LDFLAGS += $(PROFILEFLAGS) $(STATICFLAGS) CXXFLAGS += -DSYSCONFDIR='"$(SYSCONFDIR)"' -DLOCALSTATEDIR='"$(LOCALSTATEDIR)"' CFLAGS += -DSYSCONFDIR='"$(SYSCONFDIR)"' -DLOCALSTATEDIR='"$(LOCALSTATEDIR)"' +%.cc: %.rl + ragel $< -o $@ + # Version build_date=$(shell LC_TIME=C date '+%Y%m%d%H%M%S') build_host=$(shell id -u -n)@$(shell hostname -f) -- 2.47.2