From: Peter van Dijk Date: Mon, 3 Dec 2012 20:28:13 +0000 (+0000) Subject: fix make distclean, was broken due to stub rapidjson makefile X-Git-Tag: auth-3.2-rc2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12676c63f680d291f98b98155e13f48211df49b8;p=pdns fix make distclean, was broken due to stub rapidjson makefile git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2959 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/ext/rapidjson/Makefile b/pdns/ext/rapidjson/Makefile index f51275813..f9a69425f 100644 --- a/pdns/ext/rapidjson/Makefile +++ b/pdns/ext/rapidjson/Makefile @@ -1,3 +1,17 @@ +.SILENT: + +all: + +install: + +uninstall: + +distclean: clean + +clean: + +check: + distdir: mkdir -p $(distdir)/include/rapidjson/internal cp license.txt $(distdir)