components/libxslt/Makefile
changeset 732 3fbb6f34cd2f
parent 706 6e61f0012046
child 800 2ad056ed89ec
equal deleted inserted replaced
731:2a19ec4c0d8f 732:3fbb6f34cd2f
    54 
    54 
    55 COMPONENT_TEST_TARGETS = tests
    55 COMPONENT_TEST_TARGETS = tests
    56 
    56 
    57 COMPONENT_PREP_ACTION = \
    57 COMPONENT_PREP_ACTION = \
    58 	(cd $(@D) ; cp ../mapfile.xslt libxslt/libxslt.syms ; \
    58 	(cd $(@D) ; cp ../mapfile.xslt libxslt/libxslt.syms ; \
    59 		    cp ../mapfile.exslt libexslt/libexslt.syms ; \
       
    60 		    $(RM) libxslt/xsltconfig.h libexslt/exsltconfig.h ; \
    59 		    $(RM) libxslt/xsltconfig.h libexslt/exsltconfig.h ; \
    61 		    libtoolize --force --copy ; aclocal ; \
    60 		    libtoolize --force --copy ; aclocal ; \
    62 		    automake --addmissing --copy ; autoconf)
    61 		    automake --addmissing --copy ; autoconf)
    63 
    62 
    64 # After we have configured, make a copy of the python bits so we
    63 # After we have configured, make a copy of the python bits so we