]> sourceware.org Git - lvm2.git/commitdiff
Is this sufficient to fix make -j?
authorAlasdair Kergon <agk@redhat.com>
Mon, 21 Jan 2002 16:02:55 +0000 (16:02 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 21 Jan 2002 16:02:55 +0000 (16:02 +0000)
Makefile.in

index e11122094d87eaeadfc0ab3013c9079900e8dd26..ef815a4ec8bba5691e64d56fb0574bac31e076ce 100644 (file)
@@ -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
+
+
This page took 0.031763 seconds and 5 git commands to generate.