diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-13 21:00:12 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-13 21:00:12 +0000 |
commit | fdb0c2a36c2e51956565b69d24cc409ad5c02c50 (patch) | |
tree | 54aeb5ff81374679a35bcb1bdd89df13603c90b0 /mk/tools/make.mk | |
parent | e35b094df130a3fc7fc39a5e5049e7c98c7a055d (diff) | |
download | pkgsrc-fdb0c2a36c2e51956565b69d24cc409ad5c02c50.tar.gz |
Fixed a typo in the comment.
Diffstat (limited to 'mk/tools/make.mk')
-rw-r--r-- | mk/tools/make.mk | 4 |
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. # |