From 751acb380099852d906252ca2366e8f2ba9d0178 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 21 Jan 2002 16:02:55 +0000 Subject: [PATCH] Is this sufficient to fix make -j? --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e11122094..ef815a4ec 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,6 +26,9 @@ ifeq ($(MAKECMDGOALS),distclean) SUBDIRS += test/mm test/device test/format1 test/regex test/filters endif - include make.tmpl +lib: include +tools: include lib + + -- 2.43.5