[pygi] Always create the .so link
- From: Tomeu Vizoso <tomeuv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygi] Always create the .so link
- Date: Tue, 13 Apr 2010 23:18:42 +0000 (UTC)
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]