diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-10 22:14:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-10 22:14:46 +0000 |
commit | dcc3df439bee65efe41d789f6a199f610b197bfa (patch) | |
tree | 9f06c51efb7374a3eae4d618e91a834fae18681c /emulators/bochs | |
parent | 691319fe54fd0815f7ea0fee4ba55b13134fd53e (diff) | |
download | pkgsrc-dcc3df439bee65efe41d789f6a199f610b197bfa.tar.gz |
Use gmake instead of make (handles implicit rules differently).
Addresses pkg/9778 and pkg/10887.
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index fbf251c663d..2c2b9586b73 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/01/31 21:18:43 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2000/09/10 22:14:46 wiz Exp $ DISTNAME= bochs-2000_0104c PKGNAME= bochs-2000.01.04c @@ -12,6 +12,7 @@ NOT_FOR_PLATFORM= *-*-alpha #runs, SEGV. LICENSE= shareware GNU_CONFIGURE= yes +USE_GMAKE= yes #CONFIGURE_ARGS= --enable-debugger --enable-disasm USE_X11= yes |