From d7b97a608d4a1104e6965bece0d68e793bb6fea7 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sun, 18 May 2008 15:05:26 +0200 Subject: [PATCH] Check syntax when building the Perl script --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9cf9c30..8882bec 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,5 @@ all: dowkd dowkd: dowkd.in $(BLACKLIST_FILES) -rm $@ 2> /dev/null || true + perl -c dowkd.in (cat dowkd.in ; sort -u $(BLACKLIST_FILES)) > dowkd -- 2.11.4.GIT