Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ntp use ${MAKE} not make



details:   https://anonhg.NetBSD.org/src/rev/9459eb38456f
branches:  trunk
changeset: 488109:9459eb38456f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jun 18 10:11:25 2000 +0000

description:
use ${MAKE} not make

diffstat:

 usr.sbin/ntp/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f90a8e30d373 -r 9459eb38456f usr.sbin/ntp/Makefile.inc
--- a/usr.sbin/ntp/Makefile.inc Sun Jun 18 08:13:45 2000 +0000
+++ b/usr.sbin/ntp/Makefile.inc Sun Jun 18 10:11:25 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.3 2000/06/12 13:57:38 simonb Exp $
+#      $NetBSD: Makefile.inc,v 1.4 2000/06/18 10:11:25 mrg Exp $
 
 .if !defined(NTP_MAKEFILE_INC)
 NTP_MAKEFILE_INC=1
@@ -16,7 +16,7 @@
 CPPFLAGS+=     -I${.CURDIR}/../include -I${DIST}/include -DHAVE_CONFIG_H
 
 .if defined(PROG)
-LIBNTP!=       cd ${.CURDIR}/../libntp; make print-objdir
+LIBNTP!=       cd ${.CURDIR}/../libntp; ${MAKE} print-objdir
 LDADD+=                -L${LIBNTP} -lntp
 DPADD+=                ${LIBNTP}/libntp.a
 



Home | Main Index | Thread Index | Old Index