[xslt] make -j2 patch



The following patch is needed to successfuly build libxslt with make -j2
(or higher -jN/-j) otherwise it will break and complain about missing rule
for a dependancy of xsltproc.

	Sander,
		at least on a SMP machine

One day a tortoise will learn to fly
	-- Terry Pratchett, 'Small Gods'

----------- cut here ------------------

Index: libxslt/Makefile.am
===================================================================
RCS file: /sgnome/cvsroots/GNOME/libxslt/libxslt/Makefile.am,v
retrieving revision 1.22
diff -c -r1.22 Makefile.am
*** libxslt/Makefile.am 2001/05/22 14:59:48     1.22
--- libxslt/Makefile.am 2001/06/14 16:29:38
***************
*** 50,56 ****
  
  bin_PROGRAMS = xsltproc
  
! DEPS = $(top_builddir)/libxslt/libxslt.la
  LDADDS = -L. $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS)
  
  xsltproc_SOURCES = xsltproc.c
--- 50,56 ----
  
  bin_PROGRAMS = xsltproc
  
! DEPS = $(lib_LTLIBRARIES)
  LDADDS = -L. $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS)
  
  xsltproc_SOURCES = xsltproc.c






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]