diff -u -p -x configure -x autom4te.cache -x .DS_Store -x .cvsignore -r -N -x xmlversion.h orig/libxml2-2.6.18/Makefile.am libxml2/Makefile.am --- orig/libxml2-2.6.18/Makefile.am Mon Feb 21 22:39:00 2005 +++ libxml2/Makefile.am Fri Mar 18 08:21:55 2005 @@ -130,7 +130,7 @@ rebuild_testapi: # that one is just to make sure it is rebuilt if missing # but adding the dependances generate mess -testapi.c: +$(srcdir)/testapi.c: -@(if [ "$(PYTHON)" != "" ] ; then \ $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi ) diff -u -p -x configure -x autom4te.cache -x .DS_Store -x .cvsignore -r -N -x xmlversion.h orig/libxml2-2.6.18/Makefile.in libxml2/Makefile.in --- orig/libxml2-2.6.18/Makefile.in Mon Mar 14 05:37:14 2005 +++ libxml2/Makefile.in Fri Mar 18 08:22:08 2005 @@ -1376,7 +1376,7 @@ rebuild_testapi: # that one is just to make sure it is rebuilt if missing # but adding the dependances generate mess -testapi.c: +$(srcdir)/testapi.c: -@(if [ "$(PYTHON)" != "" ] ; then \ $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )