From: Michael Smith Date: Mon, 14 Nov 2005 03:45:28 +0000 (+0000) Subject: As far as I can tell, $(MV) is not an implicit variable in make or X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1fdc7f9cb7a5bc5895784362751413cfdca478e;p=docbook-dsssl As far as I can tell, $(MV) is not an implicit variable in make or GNU make (as $(RM) is). But it was used, without being defined, in the _footer.mak file. So I added a "MV ?= mv" definiton for it in the master Makefile, which should cause it to be defined as "mv" only if it's not already defined in the user's environment. --- diff --git a/docbook/relaxng/docbook/Makefile b/docbook/relaxng/docbook/Makefile index 97a3d173e..a907ea426 100644 --- a/docbook/relaxng/docbook/Makefile +++ b/docbook/relaxng/docbook/Makefile @@ -10,6 +10,7 @@ include ../../../cvstools/Makefile.incl XSLTPROC=xsltproc PERL=perl +MV ?= mv CLASS=wd VERSION=5.0b1