summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <jmc>2003-05-12 04:49:11 +0000
committerjmc <jmc>2003-05-12 04:49:11 +0000
commit1a81cb8fd8f2fff7de5e03a82cd54dbf57ce6121 (patch)
tree3a28ee0a34a4777c01539c32cc3955c19a7135ff
parent2b442ce1e25f5c251de81b8354f1f48434e29f2e (diff)
downloadpkgsrc-1a81cb8fd8f2fff7de5e03a82cd54dbf57ce6121.tar.gz
Touch stamp-h after modifying config.h to avoid
spurious rebuilds (and lossage of additions) on config.h
-rw-r--r--net/dc_gui/Makefile3
1 files changed, 2 insertions, 1 deletions
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"