From 7600f85e72f8d863b46088690cca75aa47d7ee82 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 28 Aug 2000 15:13:27 +0000 Subject: Fix recursive make --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index e3c3a3ec..3ee3ee9a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -16,6 +16,6 @@ ########################################################################### %: - make -f Makefile.doc DOCNAME=ProofGeneral $@ - make -f Makefile.doc DOCNAME=PG-adapting $@ + make -f Makefile.doc DOCNAME=ProofGeneral MAKE="make -f Makefile.doc" $@ + make -f Makefile.doc DOCNAME=PG-adapting MAKE="make -f Makefile.doc" $@ -- cgit v1.2.3