set CC=gcc -- avoid the "libtool --tag" error
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 19 Feb 2007 16:18:30 +0000 (16:18 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 19 Feb 2007 16:18:30 +0000 (16:18 +0000)
org.glite.security.proxyrenewal/Makefile

index 24252c7..553a1cc 100644 (file)
@@ -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