summaryrefslogtreecommitdiff
path: root/tools/Makefile.gnuwrap
diff options
context:
space:
mode:
authorjmc <jmc@NetBSD.org>2001-11-22 08:20:07 +0000
committerjmc <jmc@NetBSD.org>2001-11-22 08:20:07 +0000
commit9a35e17e689904fe406a65eac2ba09987c4bf15a (patch)
tree87d7980d602660595e53a1cae2f067ab3e99f4bc /tools/Makefile.gnuwrap
parent944346b8891d24e3773898e95dea015bc16434fe (diff)
Make the null rule execute something so make is appeased if the .y file is
newer than the checked in .c file. Otherwise make errors out.
Diffstat (limited to 'tools/Makefile.gnuwrap')
-rw-r--r--tools/Makefile.gnuwrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.gnuwrap b/tools/Makefile.gnuwrap
index 72840b42af4..ef33b66ef85 100644
--- a/tools/Makefile.gnuwrap
+++ b/tools/Makefile.gnuwrap
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gnuwrap,v 1.7 2001/11/14 20:05:23 tv Exp $
+# $NetBSD: Makefile.gnuwrap,v 1.8 2001/11/22 08:20:07 jmc Exp $
#
# Wrapper for GNU Makefiles.
@@ -16,6 +16,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 .x.1:
+ @true
# Make sure this file gets re-loaded recursively.
.ifndef _NOWRAPPER