From 96f958cd66ac99130ef7b2049db77b6a9bbb20f9 Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Wed, 29 Apr 2009 21:46:31 +0300 Subject: Fix occasional build failures after the 'ltihooks.py' removal Simply amend all related symbolic link creation so that any errors are ignored. --- gobject/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gobject') diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 9d0c824..cab4e86 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -77,4 +77,4 @@ all: $(pygobject_LTLIBRARIES:.la=.so) clean-local: rm -f $(pygobject_LTLIBRARIES:.la=.so) .la.so: - $(LN_S) .libs/$@ $@ + $(LN_S) .libs/$@ $@ || true -- cgit