pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Back out previous change as it was accidental...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b8bf88bd980
branches:  trunk
changeset: 493367:4b8bf88bd980
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed May 04 06:44:45 2005 +0000

description:
Back out previous change as it was accidentally committed with some other
changes.

diffstat:

 mk/tools/make.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 3fb4000a3ee6 -r 4b8bf88bd980 mk/tools/make.mk
--- a/mk/tools/make.mk  Wed May 04 06:42:43 2005 +0000
+++ b/mk/tools/make.mk  Wed May 04 06:44:45 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: make.mk,v 1.5 2005/05/04 06:42:43 jlam Exp $
+# $NetBSD: make.mk,v 1.6 2005/05/04 06:44:45 jlam Exp $
 #
 # This Makefile fragment creates a tool called "make" under ${TOOLS_DIR}
 # that corresponds to the make program used to build the package.
@@ -20,6 +20,6 @@
 .endif
 
 TOOLS_SYMLINK+=                make
-TOOLS_REAL_CMD.make?=  ${MAKE_PROGRAM}
+TOOLS_REAL_CMD.make=   ${MAKE_PROGRAM}
 
 CONFIGURE_ENV+=                MAKE=${MAKE_PROGRAM:T:Q}



Home | Main Index | Thread Index | Old Index