add c to USE_LANGUAGES, to fix warning during toolchain wrappers phase
This commit is contained in:
parent
749dda855f
commit
e560236efe
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.44 2006/08/07 01:49:25 perry Exp $
|
||||
# $NetBSD: Makefile,v 1.45 2006/08/07 20:40:44 jdolecek Exp $
|
||||
|
||||
PSI_VERSION= 0.10
|
||||
DISTNAME= psi-${PSI_VERSION}
|
||||
|
@ -18,7 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANG_FILES}
|
|||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
USE_TOOLS+= gmake
|
||||
USE_LANGUAGES+= c++
|
||||
USE_LANGUAGES+= c c++
|
||||
USE_LIBTOOL= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue