diff options
Diffstat (limited to 'devel/autoconf262/Makefile')
-rw-r--r-- | devel/autoconf262/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile index da0d32661d9b..5a7196c7b537 100644 --- a/devel/autoconf262/Makefile +++ b/devel/autoconf262/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." |