Use the right make command: make -> ${MAKE}
This commit is contained in:
parent
d96349f0a1
commit
6c2d4c75a4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5636
9 changed files with 19 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/en/handbook/Makefile,v 1.4 1999/09/06 07:02:45 peter Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook *outside* of the www tree, and install it
|
||||
# in to the right place as necessary.
|
||||
|
@ -15,4 +15,4 @@
|
|||
#
|
||||
|
||||
all install clean:
|
||||
(cd ../../../doc/en_US.ISO_8859-1/books/handbook && make FORMATS=html-split DESTDIR=${DESTDIR}/data/handbook ${.TARGET})
|
||||
(cd ../../../doc/en_US.ISO_8859-1/books/handbook && ${MAKE} FORMATS=html-split DESTDIR=${DESTDIR}/data/handbook ${.TARGET})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue