aboutsummaryrefslogtreecommitdiff
path: root/emulators/fceux
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-21 00:48:09 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-21 00:48:09 +0000
commitaea1dce716b720f2c13fd4dc24dcd4bb4a36e33b (patch)
tree114c96f6160c28b068bce014d8e96c85b4523a2a /emulators/fceux
parentf730b9000c27d396f6995bd0a73d6e205d91b642 (diff)
downloadports-aea1dce716b720f2c13fd4dc24dcd4bb4a36e33b.tar.gz
ports-aea1dce716b720f2c13fd4dc24dcd4bb4a36e33b.zip
Notes
Diffstat (limited to 'emulators/fceux')
-rw-r--r--emulators/fceux/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile
index 1acdc9372555..faa2f1dbae92 100644
--- a/emulators/fceux/Makefile
+++ b/emulators/fceux/Makefile
@@ -36,11 +36,11 @@ CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll
CFLAGS+= -mcpu=i686 -march=i686 -mfancy-math-387
.endif # i386
.endif
-.if !defined(WITH_OPTIMIZED_FLAGS)
- @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes."
-.endif
pre-everything::
+.if !defined(WITH_OPTIMIZED_FLAGS)
+ @${ECHO_MSG} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes."
+.endif
.if !defined(NOPORTDOCS) && !defined(TECH_DOC_INSTALL)
@${ECHO_MSG} "You can install technical documents"
@${ECHO_MSG} "by defining TECH_DOC_INSTALL"