From 153b22bacb85bde1f9cb3b3eb3ccc4cf586d8e0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 6 Mar 2008 16:57:12 +0000 Subject: [PATCH] more robust linking (what the hell Etics calls?) --- org.glite.lb.client/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index 748792c..1c4c46d 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -305,6 +305,7 @@ Event.cpp: EventAttrNames.pl JobStatus.cpp: StatusAttrNames.pl EventAttrNames.pl StatusAttrNames.pl: + rm -f $@ ln -s ${stagedir}/share/${lbprefix}/at3/$@ $@ dist: distsrc distbin -- 1.8.2.3