Diff for /Amaya/Makefile.in between versions 1.74 and 1.75

version 1.74, 2002/10/04 18:17:04 version 1.75, 2002/10/07 09:55:43
Line 291  libraptor_config: @MAKERAPTOR@ force Line 291  libraptor_config: @MAKERAPTOR@ force
 libraptor_make: @MAKERAPTOR@ force  libraptor_make: @MAKERAPTOR@ force
         @(localdir=`pwd`; \          @(localdir=`pwd`; \
           cd $(LIBRAPTOR) ; \            cd $(LIBRAPTOR) ; \
             if [ ! -e .libs/libraptor.a -a -e libraptor.la ] ; then \
                $(RM) libraptor.la ; \
             fi ; \
           $(MAKE) CC="$(CC)" CFLAGS="-I$$localdir/../$(LIBRAPTOR)/expat/xmlparse $(CFLAGS)" \            $(MAKE) CC="$(CC)" CFLAGS="-I$$localdir/../$(LIBRAPTOR)/expat/xmlparse $(CFLAGS)" \
                   CPPFLAGS="$(CPPFLAGS)" \                    CPPFLAGS="$(CPPFLAGS)" \
         )          )

Removed from v.1.74  
changed lines
  Added in v.1.75


Webmaster