From 3f7e84e38a2c8d676ac7081f0892e7ad8019cc60 Mon Sep 17 00:00:00 2001 From: soren Date: Wed, 23 Feb 2000 19:51:57 +0000 Subject: Work around a gmake dependency problem. Still dies at first keypress when I run it. --- emulators/uae/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 58338108394..3c976f795fd 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/10/07 17:41:52 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/02/23 19:51:57 soren Exp $ DISTNAME= uae-0.8.8 CATEGORIES= emulators @@ -24,6 +24,9 @@ post-extract: @${MKDIR} ${WRKSRC}/src/include/machine @${LN} -sf /usr/include/soundcard.h ${WRKSRC}/src/include/machine +post-configure: + (cd ${WRKSRC}/src; ${MAKE} .SECONDARY) + do-install: .for FILE in readdisk uae ${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin -- cgit v1.2.3