From: bert hubert Date: Tue, 27 May 2014 08:26:20 +0000 (+0200) Subject: add ragel compilation rule to recursor makefile to please the 'preferred form of... X-Git-Tag: rec-3.6.0-rc1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20e2bc03c7d0e1cbfa2c77d76171c93462ec8d1f;p=thirdparty%2Fpdns.git add ragel compilation rule to recursor makefile to please the 'preferred form of modification' gods --- 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)