summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-05-12 04:49:11 +0000
committerjmc <jmc@pkgsrc.org>2003-05-12 04:49:11 +0000
commit18847c22c0bec9f580c94a7f73d394d245e5f5c6 (patch)
tree3a28ee0a34a4777c01539c32cc3955c19a7135ff
parentef1519eb96c751c7ccd2652236241323e9dde655 (diff)
downloadpkgsrc-18847c22c0bec9f580c94a7f73d394d245e5f5c6.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"