summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjmc <jmc>2003-05-12 04:49:11 +0000
committerjmc <jmc>2003-05-12 04:49:11 +0000
commiteacce8cc3ca4de0638b29215d2a7f6c19382e8d3 (patch)
tree3a28ee0a34a4777c01539c32cc3955c19a7135ff /net
parent2c3fc1b493f2b6fe4123382d7aa2a20e0d5297d4 (diff)
downloadpkgsrc-eacce8cc3ca4de0638b29215d2a7f6c19382e8d3.tar.gz
Touch stamp-h after modifying config.h to avoid
spurious rebuilds (and lossage of additions) on config.h
Diffstat (limited to 'net')
-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"