diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-07-22 02:18:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-07-22 02:18:45 +0000 |
commit | 463e381f7bbec307532e645070e3ce5f50348871 (patch) | |
tree | c9b3cec61a7ede55e92a0742abe22dbe02d3655f | |
parent | de02ce703e44a1304e5596d4be608d8e3283cfc0 (diff) | |
download | pkgsrc-463e381f7bbec307532e645070e3ce5f50348871.tar.gz |
make sure automake really rebuilds doc/Makefile.in from the patched
doc/Makefile.am. This fixes recently noted compile problems.
-rw-r--r-- | x11/windowmaker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index 15b712b88f0..b479a44ee1a 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2000/06/09 12:35:23 tron Exp $ +# $NetBSD: Makefile,v 1.52 2000/07/22 02:18:45 dmcmahill Exp $ DISTNAME= WindowMaker-0.62.1 PKGNAME= windowmaker-0.62.1 @@ -67,7 +67,7 @@ post-extract: pre-configure: cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf; \ - ${LOCALBASE}/bin/automake --no-force + ${RM} doc/Makefile.in ; ${LOCALBASE}/bin/automake --no-force post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/WindowMaker/SoundSets |