add c to USE_LANGUAGES, to fix warning during toolchain wrappers phase

This commit is contained in:
jdolecek 2006-08-07 20:40:44 +00:00
parent 749dda855f
commit e560236efe

View file

@ -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