diff options
Diffstat (limited to 'tools/Makefile.gnuwrap')
| -rw-r--r-- | tools/Makefile.gnuwrap | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/Makefile.gnuwrap b/tools/Makefile.gnuwrap index ad4456e5abf..7e31292f8d7 100644 --- a/tools/Makefile.gnuwrap +++ b/tools/Makefile.gnuwrap @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.gnuwrap,v 1.1 2001/11/12 23:16:23 tv Exp $ +# $NetBSD: Makefile.gnuwrap,v 1.2 2001/11/13 04:01:49 tv Exp $ # # Wrapper for GNU Makefiles. @@ -12,3 +12,7 @@ _srcdir:= ${srcdir} # Don't rebuild .gmo files, or lex/yacc (which GNU puts in the source tree). .po.gmo .l.c .y.c .y.h: @true + +# Make sure this file gets re-loaded recursively. +_GNUWRAPPER:= ${.PARSEDIR}/${.PARSEFILE} +MAKE:= ${MAKE} -f ${_GNUWRAPPER} |
