mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
small fix to avoid potential problem due to ordering of freeing data
* xpath.c: small fix to avoid potential problem due to ordering of freeing data * python/Makefile.am: people were complaining about the generated file in python dir not being built Daniel
This commit is contained in:
@ -56,7 +56,7 @@ GENERATED= $(srcdir)/libxml2class.py \
|
||||
$(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
|
||||
cd $(srcdir) && $(PYTHON) $(GENERATE)
|
||||
|
||||
$(libxmlmodule_la_OBJECTS): $(GENERATED)
|
||||
$(libxml2mod_la_OBJECTS): $(GENERATED)
|
||||
else
|
||||
all:
|
||||
endif
|
||||
|
Reference in New Issue
Block a user