From aca7a242d4e7f6b8b3c1d904eb92ee362edee8aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 19 Feb 2007 16:18:30 +0000 Subject: [PATCH] set CC=gcc -- avoid the "libtool --tag" error --- org.glite.security.proxyrenewal/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.8.2.3