From 9fef1acb42cd900d4a814a7378f60bc189121785 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Fri, 9 Apr 2010 13:47:03 +0200 Subject: Always create the .so link --- gi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit