diff options
Diffstat (limited to 'gio')
| -rw-r--r-- | gio/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/Makefile.am b/gio/Makefile.am index a0f356d..a3f37e5 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -100,5 +100,5 @@ all: $(pkgpyexec_LTLIBRARIES:.la=.so) clean-local: rm -f $(pkgpyexec_LTLIBRARIES:.la=.so) .la.so: - $(LN_S) .libs/$@ $@ + $(LN_S) .libs/$@ $@ || true endif |
