From: mdw Date: Thu, 25 Jan 2001 21:11:41 +0000 (+0000) Subject: Use `$(MAKE)' in the `install-man' rule, so that the jobserver doesn't X-Git-Tag: 2.0.4~119 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/a9f61b5f14320880b9671d34f4df8d79010a6c8b?ds=inline Use `$(MAKE)' in the `install-man' rule, so that the jobserver doesn't whinge. --- diff --git a/Makefile.am b/Makefile.am index 78aa826..e5f3753 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-Makefile-*- ## -## $Id: Makefile.am,v 1.29 2001/01/21 19:05:21 mdw Exp $ +## $Id: Makefile.am,v 1.30 2001/01/25 21:11:41 mdw Exp $ ## ## Building the distribution ## @@ -29,6 +29,10 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.30 2001/01/25 21:11:41 mdw +## Use `$(MAKE)' in the `install-man' rule, so that the jobserver doesn't +## whinge. +## ## Revision 1.29 2001/01/21 19:05:21 mdw ## Add test driver for associations. ## @@ -214,7 +218,7 @@ bres.lo: $(srcdir)/bres.c ## --- Other useful rules --- install-man: - (cd man && make install-man) + (cd man && $(MAKE) install-man) CLEANFILES = $(TEST_CLEAN) crc32-tab.c DISTCLEANFILES = libtool