diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1994-11-23 08:26:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1994-11-23 08:26:49 +0000 |
commit | d107e4edbbc657684baba9aa8468c304633d80b2 (patch) | |
tree | b122f1e7fdf11745ed5e98cfcc3141049cff700c /japanese/Wnn7-lib | |
parent | <Sigh> Another one that was refusing to install it's manpage (diff) |
Oops, forgot to touch build-cookie in dummy build target. Now I know
why Wnn was getting built over and over. Sorry, Gary!
Notes
Notes:
svn path=/head/; revision=475
Diffstat (limited to 'japanese/Wnn7-lib')
-rw-r--r-- | japanese/Wnn7-lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/Wnn7-lib/Makefile b/japanese/Wnn7-lib/Makefile index c8c7a7362091..d20646d007c8 100644 --- a/japanese/Wnn7-lib/Makefile +++ b/japanese/Wnn7-lib/Makefile @@ -17,6 +17,7 @@ pre-build: @echo "===> Building for ${DISTNAME}" @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} Makefile.inst World) build: configure pre-build depends ${BUILD_COOKIE} + @${TOUCH} ${TOUCH_FLAGS} ${BUILD_COOKIE} # This package uses imake's "install.man" target to install man pages but # I can't define USE_IMAKE because it doesn't involve xmkmf |