pre-everything should use ::, not :.

Submitted by:	obento
This commit is contained in:
Satoshi Asami 2001-03-26 21:21:39 +00:00
parent 86efb8e8b9
commit 4dedd312c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40410

View File

@ -46,7 +46,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
pre-everything:
pre-everything::
.if !defined(WITH_OPTIONAL_DEPENDS)
@${ECHO_MSG}
@${ECHO_MSG} "You may define WITH_OPTIONAL_DEPENDS (make WITH_OPTIONAL_DEPENDS=YES)"