diff options
Diffstat (limited to 'emulators/quasi88/Makefile')
-rw-r--r-- | emulators/quasi88/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index 5a2f56a7e615..86a5cc03002c 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -19,7 +19,7 @@ USE_GMAKE= yes DATAFILES= FAQ FORMAT GET-IMAGE HISTORY MANUAL QUASI88 _quasi88rc .if !defined(WITH_SOUND) -pre-everything: +pre-everything:: @ ${ECHO} "You can make quasi88 use sound by defining WITH_SOUND" .else EXTRA_PATCHES= ${FILESDIR}/extra-patch-aa |