Now we can run "make" in "lib/tt" again
and the symlink will be recreated.
---
cde/config/cf/bsdLib.rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cde/config/cf/bsdLib.rules b/cde/config/cf/bsdLib.rules
index 5f9d69d..f2fff8c 100644
--- a/cde/config/cf/bsdLib.rules
+++ b/cde/config/cf/bsdLib.rules
@@ -55,7 +55,8 @@ Concat(lib,libname.so.rev): solist $(EXTRALIBRARYDEPS)
@@\
$(RM) Concat(lib,libname.so) @@\
$(LN) $@ Concat(lib,libname.so) @@\
LinkBuildLibrary($@) @@\
- (cd $(BUILDLIBDIR) && $(LN) $@ Concat(lib,libname.so)) @@\
+ (cd $(BUILDLIBDIR) && $(RM) Concat(lib,libname.so) && \
+ $(LN) $@ Concat(lib,libname.so)) @@\
@@\
clean::
@@\
$(RM) Concat(lib,libname.so.rev) Concat(lib,libname.so)
--
1.7.9.2
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
cdesktopenv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel