1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-28 04:41:59 +03:00

trying to fix #71270 Daniel

* python/Makefile.am: trying to fix #71270
Daniel
This commit is contained in:
Daniel Veillard
2002-02-12 14:11:09 +00:00
parent c99f3afb5f
commit a91e194b6d
2 changed files with 7 additions and 3 deletions

View File

@ -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