summaryrefslogtreecommitdiff
path: root/mk/tools/make.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-13 21:00:12 +0000
committerrillig <rillig@pkgsrc.org>2005-05-13 21:00:12 +0000
commitca96c47d1e318f754ff2b4b09cd8bc4b91ae39d2 (patch)
tree54aeb5ff81374679a35bcb1bdd89df13603c90b0 /mk/tools/make.mk
parenta96a4d2bc8fa06e6206f7624f6a95d03f84f2361 (diff)
downloadpkgsrc-ca96c47d1e318f754ff2b4b09cd8bc4b91ae39d2.tar.gz
Fixed a typo in the comment.
Diffstat (limited to 'mk/tools/make.mk')
-rw-r--r--mk/tools/make.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/make.mk b/mk/tools/make.mk
index 7ea7bab6b26..d947834fc37 100644
--- a/mk/tools/make.mk
+++ b/mk/tools/make.mk
@@ -1,4 +1,4 @@
-# $NetBSD: make.mk,v 1.7 2005/05/10 19:34:02 jlam Exp $
+# $NetBSD: make.mk,v 1.8 2005/05/13 21:00:12 rillig Exp $
#
# This Makefile fragment creates a tool called "make" under ${TOOLS_DIR}
# that corresponds to the make program used to build the package.
@@ -6,7 +6,7 @@
# within a makefile or script. It also sets MAKE_PROGRAM to the path
# of that make program. Lastly, pass ${MAKE_PROGRAM} to GNU configure
# scripts in the MAKE variable so that the scripts will embed the
-# correct correct path to the make program used to build the package
+# correct path to the make program used to build the package
# into the generated Makefiles.
#