From 18847c22c0bec9f580c94a7f73d394d245e5f5c6 Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 12 May 2003 04:49:11 +0000 Subject: Touch stamp-h after modifying config.h to avoid spurious rebuilds (and lossage of additions) on config.h --- net/dc_gui/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/dc_gui/Makefile b/net/dc_gui/Makefile index 83a4b2c3327..74de338a105 100644 --- a/net/dc_gui/Makefile +++ b/net/dc_gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/05/02 11:55:59 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2003/05/12 04:49:11 jmc Exp $ # DISTNAME= dc_gui-0.66 @@ -29,6 +29,7 @@ post-configure: @${ECHO} '#ifndef ENODATA' >> ${WRKSRC}/config.h @${ECHO} '# define ENODATA ENOMSG' >> ${WRKSRC}/config.h @${ECHO} '#endif' >> ${WRKSRC}/config.h + @${TOUCH} ${WRKSRC}/stamp-h .include "../../converters/libiconv/buildlink2.mk" .include "../../databases/db4/buildlink2.mk" -- cgit v1.2.3