diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-31 10:20:19 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-31 10:20:19 +0000 |
commit | 8c0949d312466b11084419d4b64b8bfb02813961 (patch) | |
tree | 9251bf67ea16be6fb55f955f686e3e62b85ae442 /emulators/quasi88 | |
parent | Open the apm device readonly, this means a user doesn't need to (diff) |
Use '::' as an dependency operator for pre-everything target. This is
needed because of the special nature of the pre-everything target.
See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
Notes
Notes:
svn path=/head/; revision=52442
Diffstat (limited to 'emulators/quasi88')
-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 |