From a91e194b6d5a09ec14f59f6b5e35400ea347f7d9 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 12 Feb 2002 14:11:09 +0000 Subject: [PATCH] trying to fix #71270 Daniel * python/Makefile.am: trying to fix #71270 Daniel --- ChangeLog | 4 ++++ python/Makefile.am | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 27ad66cf..b6b3a21c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 12 15:08:38 CET 2002 Daniel Veillard + + * python/Makefile.am: trying to fix #71270 + Mon Feb 11 19:40:34 CET 2002 Daniel Veillard * python/*.py: removed tab used spaces diff --git a/python/Makefile.am b/python/Makefile.am index bf32dbc5..b034da6a 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -42,9 +42,9 @@ noinst_LTLIBRARIES = libxsltmodule.la libxsltmodule_la_SOURCES = libxslt.c types.c libxslt-py.c libxsltmod.so: $(libxsltmodule_la_OBJECTS) - -@rm -f .libs/libxsltmod.so - $(LINK) -o $@ $(libxsltmodule_la_OBJECTS) $(libxsltmod_so_LDFLAGS) - -@(if [ -r .libs/libxsltmod.so ] ; then cp .libs/libxsltmod.so . ; fi) + -(rm -f .libs/libxsltmod.so; \ + $(LINK) -o $@ $(libxsltmodule_la_OBJECTS) $(libxsltmod_so_LDFLAGS);\ + if [ -r .libs/libxsltmod.so ] ; then cp .libs/libxsltmod.so . ; fi) libxslt.py: $(srcdir)/libxsl.py libxsltclass.py