[pygi] Always create the .so link



commit 9fef1acb42cd900d4a814a7378f60bc189121785
Author: Tomeu Vizoso <tomeu sugarlabs org>
Date:   Fri Apr 9 13:47:03 2010 +0200

    Always create the .so link

 gi/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gi/Makefile.am b/gi/Makefile.am
index bda8a34..fad95ea 100644
--- a/gi/Makefile.am
+++ b/gi/Makefile.am
@@ -44,7 +44,7 @@ _gi_la_SOURCES = \
 pygi_LTLIBRARIES = _gi.la
 
 .la.so:
-	$(LN_S) .libs/$@ $@ || true
+	rm -f $@ && $(LN_S) .libs/$@ $@
 
 all: $(pygi_LTLIBRARIES:.la=.so)
 clean-local:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]