]> www.infradead.org Git - users/hch/nvme-cli.git/commit
Documentation: allow parent PREFIX to override
authorMike Frysinger <vapier@gentoo.org>
Fri, 16 Dec 2016 17:08:02 +0000 (12:08 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 16 Dec 2016 17:08:02 +0000 (12:08 -0500)
commitb09e6f5c4d748d2be63480ea266b7699bf15d90b
tree9ed4965305cdd8c5c883ddec6c397ccc6d8279bc
parent91ed7646f4fe06766ec0dfaff6a29b30df74099e
Documentation: allow parent PREFIX to override

The current Documentation/Makefile always sets PREFIX to /usr/local.
If the parent Makefile sets it to something else, then it still gets
clobbered.  Change the Makefile to look like the parent and allow the
cascading logic to work.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Documentation/Makefile