git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c3fb27
)
set CC=gcc -- avoid the "libtool --tag" error
author
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 19 Feb 2007 16:18:30 +0000
(16:18 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 19 Feb 2007 16:18:30 +0000
(16:18 +0000)
org.glite.security.proxyrenewal/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.security.proxyrenewal/Makefile
b/org.glite.security.proxyrenewal/Makefile
index
24252c7
..
553a1cc
100644
(file)
--- 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