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