Makefile.gnuwrap revision 1.1
1#	$NetBSD: Makefile.gnuwrap,v 1.1 2001/11/12 23:16:23 tv Exp $
2#
3# Wrapper for GNU Makefiles.
4
5.include "${.CURDIR}/Makefile"
6
7# Prevent targets in source directories from being rebuilt.
8
9_srcdir:=	${srcdir}
10.MADE:		${.ALLTARGETS:M${srcdir}/*}
11
12# Don't rebuild .gmo files, or lex/yacc (which GNU puts in the source tree).
13.po.gmo .l.c .y.c .y.h:
14	@true
15