1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Use pre-everything: instead of pre-everything:: to avoid errors from

duplicate targets in bsd.port.mk
This commit is contained in:
Kris Kennaway 2003-02-28 22:18:19 +00:00
parent a1516e57a6
commit d389a4c6ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76672

View File

@ -39,7 +39,7 @@ CONFIGURE_ARGS+=--disable-djview
.endif
.if !defined(WITH_OPTIMIZED_CFLAGS)
pre-everything:
pre-everything::
@${ECHO_MSG} "You can enable additional compilation optimizations"
@${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS"
.endif