summaryrefslogtreecommitdiff
path: root/tools/Makefile.gnuwrap
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.gnuwrap')
-rw-r--r--tools/Makefile.gnuwrap7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/Makefile.gnuwrap b/tools/Makefile.gnuwrap
index f444ba2892f..fab6f193d69 100644
--- a/tools/Makefile.gnuwrap
+++ b/tools/Makefile.gnuwrap
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gnuwrap,v 1.3 2001/11/13 04:28:27 tv Exp $
+# $NetBSD: Makefile.gnuwrap,v 1.4 2001/11/13 04:37:00 tv Exp $
#
# Wrapper for GNU Makefiles.
@@ -9,7 +9,10 @@
# Prevent targets in source directories from being rebuilt.
_srcdir:= ${srcdir}
-.MADE: ${.ALLTARGETS:M${srcdir}/*}
+.MADE: ${.ALLTARGETS:M${_srcdir}/*} Makefile
+
+.BEGIN:
+ @echo hi
# Don't rebuild .gmo files, or lex/yacc (which GNU puts in the source tree).
.po.gmo .l.c .y.c .y.h: