diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-28 22:53:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-28 22:53:02 +0000 |
commit | 1c2467424297416ed47476a1a94cfb27906a3dd0 (patch) | |
tree | 6c737d25070e339d396057ba9d912a604f123d73 /devel/gnu-autoconf | |
parent | 28bab992a58b232c028817e19e95aac30a8fd023 (diff) | |
download | ports-1c2467424297416ed47476a1a94cfb27906a3dd0.tar.gz ports-1c2467424297416ed47476a1a94cfb27906a3dd0.zip |
Notes
Diffstat (limited to 'devel/gnu-autoconf')
-rw-r--r-- | devel/gnu-autoconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile index da0d32661d9b..5a7196c7b537 100644 --- a/devel/gnu-autoconf/Makefile +++ b/devel/gnu-autoconf/Makefile @@ -50,7 +50,7 @@ GENERIC_TOOLS= config.guess \ mkinstalldirs .if defined(USE_AUTOCONF) || defined(USE_AUTOCONF_VER) -pre-everything: +pre-everything:: @${ECHO} =========================================================== @${ECHO} "You have 'USE_AUTOCONF' or 'USE_AUTOCONF_VER' variables" @${ECHO} "defined either in environment or in make(1) arguments." |