diff options
author | wiz <wiz> | 2000-09-10 22:14:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-09-10 22:14:46 +0000 |
commit | 86011f3f99045759a3d89b546dc0844549e2344e (patch) | |
tree | 9f06c51efb7374a3eae4d618e91a834fae18681c /emulators/bochs | |
parent | 252af93de6567829bcc01794a5448af68b2f409c (diff) | |
download | pkgsrc-86011f3f99045759a3d89b546dc0844549e2344e.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 |