diff options
author | asami <asami@FreeBSD.org> | 1994-11-23 08:26:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-11-23 08:26:49 +0000 |
commit | 4b631017f11ea717cd64200841173db7304c56df (patch) | |
tree | 07dd7907dff581539285167523418464b9717ceb | |
parent | 084c2338377472a5f8ef799cdab6678b33a70bf0 (diff) | |
download | FreeBSD-ports-4b631017f11ea717cd64200841173db7304c56df.zip FreeBSD-ports-4b631017f11ea717cd64200841173db7304c56df.tar.gz |
Oops, forgot to touch build-cookie in dummy build target. Now I know
why Wnn was getting built over and over. Sorry, Gary!
-rw-r--r-- | japanese/FreeWnn-lib/Makefile | 1 | ||||
-rw-r--r-- | japanese/FreeWnn-server/Makefile | 1 | ||||
-rw-r--r-- | japanese/Wnn6-lib/Makefile | 1 | ||||
-rw-r--r-- | japanese/Wnn6/Makefile | 1 | ||||
-rw-r--r-- | japanese/Wnn7-lib/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/japanese/FreeWnn-lib/Makefile b/japanese/FreeWnn-lib/Makefile index c8c7a73..d20646d 100644 --- a/japanese/FreeWnn-lib/Makefile +++ b/japanese/FreeWnn-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 diff --git a/japanese/FreeWnn-server/Makefile b/japanese/FreeWnn-server/Makefile index c8c7a73..d20646d 100644 --- a/japanese/FreeWnn-server/Makefile +++ b/japanese/FreeWnn-server/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 diff --git a/japanese/Wnn6-lib/Makefile b/japanese/Wnn6-lib/Makefile index c8c7a73..d20646d 100644 --- a/japanese/Wnn6-lib/Makefile +++ b/japanese/Wnn6-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 diff --git a/japanese/Wnn6/Makefile b/japanese/Wnn6/Makefile index c8c7a73..d20646d 100644 --- a/japanese/Wnn6/Makefile +++ b/japanese/Wnn6/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 diff --git a/japanese/Wnn7-lib/Makefile b/japanese/Wnn7-lib/Makefile index c8c7a73..d20646d 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 |