diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-07 08:59:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-07 08:59:48 +0000 |
commit | 73b00bc56794a70e6b514be88b2daf1dfb3ed9d8 (patch) | |
tree | 4a1be335e68456baa5d6f79d4b28a624af93c6bf /emulators | |
parent | 7f1cc470e5f125a9e277d6b5eb5331262d04177b (diff) | |
download | pkgsrc-73b00bc56794a70e6b514be88b2daf1dfb3ed9d8.tar.gz |
Remove an empty line to please pkglint.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/generator/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile index aab8bd0ba74..10925a6afe3 100644 --- a/emulators/generator/Makefile +++ b/emulators/generator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/03/07 08:47:06 jmc Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/07 08:59:48 wiz Exp $ # DISTNAME= generator-0.34 @@ -17,7 +17,7 @@ GNU_CONFIGURE= # defined .if (${MACHINE_ARCH} == "i386") CONFIGURE_ARGS+= --with-gtk --with-raze .else -CONFIGURE_ARGS+= --with-gtk --with-cmz80 +CONFIGURE_ARGS+= --with-gtk --with-cmz80 .endif .include "../../mk/endian.mk" @@ -26,7 +26,6 @@ CONFIGURE_ARGS+= --with-gtk --with-cmz80 CFLAGS+= -DBYTES_HIGHFIRST .endif - .include "../../devel/SDL/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" |