Fix BUILD_TARGET for Linux.
This commit is contained in:
parent
1b75f0a0df
commit
366aadbf68
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.19 2011/03/11 12:55:09 zafer Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2012/05/23 06:58:15 dholland Exp $
|
||||
|
||||
DISTNAME= siod
|
||||
PKGNAME= siod-3.0
|
||||
|
@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
WRKSRC= ${WRKDIR}
|
||||
MAKE_FILE= makefile
|
||||
MAKE_JOBS_SAFE= no
|
||||
BUILD_TARGET= ${OPSYS}
|
||||
BUILD_TARGET= ${OPSYS:S/Linux/linux/}
|
||||
MAKE_ENV+= CC=${CC:Q}
|
||||
CPPFLAGS+= -Dunix=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue