summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2009-04-29 21:46:31 +0300
committerPaul Pogonyshev <pogonyshev@gmx.net>2009-04-29 21:46:31 +0300
commit96f958cd66ac99130ef7b2049db77b6a9bbb20f9 (patch)
treef12acac4fba9ada7e072e31bab68f1fd708ca5ac /tests
parent38f3debf5568e8078dc41e2f6979c0dce6a19075 (diff)
downloadpygobject-96f958cd66ac99130ef7b2049db77b6a9bbb20f9.tar.gz
pygobject-96f958cd66ac99130ef7b2049db77b6a9bbb20f9.tar.xz
pygobject-96f958cd66ac99130ef7b2049db77b6a9bbb20f9.zip
Fix occasional build failures after the 'ltihooks.py' removal
Simply amend all related symbolic link creation so that any errors are ignored.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 493fe9f..e546f50 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -62,4 +62,4 @@ all: $(LTLIBRARIES:.la=.so)
clean-local:
rm -f $(LTLIBRARIES:.la=.so)
.la.so:
- $(LN_S) .libs/$@ $@
+ $(LN_S) .libs/$@ $@ || true