From: Aleš Křenek Date: Mon, 19 Feb 2007 16:18:30 +0000 (+0000) Subject: set CC=gcc -- avoid the "libtool --tag" error X-Git-Tag: glite-security-proxyrenewal_R_1_3_3_2~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=aca7a242d4e7f6b8b3c1d904eb92ee362edee8aa;p=jra1mw.git set CC=gcc -- avoid the "libtool --tag" error --- diff --git a/org.glite.security.proxyrenewal/Makefile b/org.glite.security.proxyrenewal/Makefile index 24252c7..553a1cc 100644 --- a/org.glite.security.proxyrenewal/Makefile +++ b/org.glite.security.proxyrenewal/Makefile @@ -70,6 +70,8 @@ offset=1 version_info:=-version-info ${shell \ perl -e '$$,=":"; @F=split "\\.","${version}"; print $$F[0]+$$F[1]+${offset},$$F[2],$$F[1]' } +CC:=gcc + COMPILE:=libtool --mode=compile ${CC} ${CFLAGS} LINK:=libtool --mode=link ${CC} ${LDFLAGS} INSTALL:=libtool --mode=install install