summaryrefslogtreecommitdiff
path: root/emulators/fceu
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/fceu
parentAdd the libattr, libacl, libelf, and bzip2-libs packages, needed (diff)
Clean up of the port.
1. ECHO -> ECHO_CMD 2. .if !defined(WITH_OPTIMIZED_FLAGS) should be inside of pre-everything:: since shell command in question isn't under any target, and it is not a valid syntax. Reviewed by: will Pointy hat to: myself
Notes
Notes: svn path=/head/; revision=85258
Diffstat (limited to 'emulators/fceu')
-rw-r--r--emulators/fceu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile
index 1acdc9372555..faa2f1dbae92 100644
--- a/emulators/fceu/Makefile
+++ b/emulators/fceu/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"