From 98622387618d7f3c417f684952fbe75974f4c45f Mon Sep 17 00:00:00 2001 From: Alexander K Date: Fri, 11 Jan 2019 12:50:30 +0300 Subject: [PATCH] Declare the while target `all` as phony to make clean build make -j4 clean all. --- tempesta_db/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tempesta_db/Makefile b/tempesta_db/Makefile index b1e9a58049..15dd9e2754 100644 --- a/tempesta_db/Makefile +++ b/tempesta_db/Makefile @@ -18,6 +18,7 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. all: libtdb tdbq +.PHONY: all libtdb: $(MAKE) -C libtdb