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:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Feb 12 15:08:38 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/Makefile.am: trying to fix #71270
|
||||||
|
|
||||||
Mon Feb 11 19:40:34 CET 2002 Daniel Veillard <daniel@veillard.com>
|
Mon Feb 11 19:40:34 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* python/*.py: removed tab used spaces
|
* python/*.py: removed tab used spaces
|
||||||
|
@ -42,9 +42,9 @@ noinst_LTLIBRARIES = libxsltmodule.la
|
|||||||
libxsltmodule_la_SOURCES = libxslt.c types.c libxslt-py.c
|
libxsltmodule_la_SOURCES = libxslt.c types.c libxslt-py.c
|
||||||
|
|
||||||
libxsltmod.so: $(libxsltmodule_la_OBJECTS)
|
libxsltmod.so: $(libxsltmodule_la_OBJECTS)
|
||||||
-@rm -f .libs/libxsltmod.so
|
-(rm -f .libs/libxsltmod.so; \
|
||||||
$(LINK) -o $@ $(libxsltmodule_la_OBJECTS) $(libxsltmod_so_LDFLAGS)
|
$(LINK) -o $@ $(libxsltmodule_la_OBJECTS) $(libxsltmod_so_LDFLAGS);\
|
||||||
-@(if [ -r .libs/libxsltmod.so ] ; then cp .libs/libxsltmod.so . ; fi)
|
if [ -r .libs/libxsltmod.so ] ; then cp .libs/libxsltmod.so . ; fi)
|
||||||
|
|
||||||
|
|
||||||
libxslt.py: $(srcdir)/libxsl.py libxsltclass.py
|
libxslt.py: $(srcdir)/libxsl.py libxsltclass.py
|
||||||
|
Reference in New Issue
Block a user