]> granicus.if.org Git - docbook-dsssl/commit
As far as I can tell, $(MV) is not an implicit variable in make or
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 14 Nov 2005 03:45:28 +0000 (03:45 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 14 Nov 2005 03:45:28 +0000 (03:45 +0000)
commitd1fdc7f9cb7a5bc5895784362751413cfdca478e
tree3305c0236a7e3239cc0cfca51ef111ef4e351945
parentfa4fddc33da6bba57b571feb9f31c7ec583fe5ed
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.
docbook/relaxng/docbook/Makefile