From: Alasdair Kergon Date: Mon, 21 Jan 2002 16:02:55 +0000 (+0000) Subject: Is this sufficient to fix make -j? X-Git-Tag: v2_02_91~5823 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=751acb380099852d906252ca2366e8f2ba9d0178;p=lvm2.git Is this sufficient to fix make -j? --- 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 + +