diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-21 00:48:09 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-21 00:48:09 +0000 |
commit | aea1dce716b720f2c13fd4dc24dcd4bb4a36e33b (patch) | |
tree | 114c96f6160c28b068bce014d8e96c85b4523a2a /emulators/fceux | |
parent | f730b9000c27d396f6995bd0a73d6e205d91b642 (diff) | |
download | ports-aea1dce716b720f2c13fd4dc24dcd4bb4a36e33b.tar.gz ports-aea1dce716b720f2c13fd4dc24dcd4bb4a36e33b.zip |
Notes
Diffstat (limited to 'emulators/fceux')
-rw-r--r-- | emulators/fceux/Makefile | 6 |
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" |