From 12676c63f680d291f98b98155e13f48211df49b8 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 3 Dec 2012 20:28:13 +0000 Subject: [PATCH] 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 --- pdns/ext/rapidjson/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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) -- 2.40.0