auriemma    00/09/20 11:21:21

  Modified:    c/src    Makefile.in
  Log:
  Fixed problem on Linux.
  
  Revision  Changes    Path
  1.12      +6 -1      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Makefile.in       2000/09/20 14:11:54     1.11
  +++ Makefile.in       2000/09/20 18:21:21     1.12
  @@ -55,6 +55,9 @@
   # 
   #
   # $Log: Makefile.in,v $
  +# Revision 1.12  2000/09/20 18:21:21  auriemma
  +# Fixed problem on Linux.
  +#
   # Revision 1.11  2000/09/20 14:11:54  auriemma
   # Reduced the size of library and executables on AIX by explicitly 
instantiating templates.
   #
  @@ -307,10 +310,12 @@
   
   compile:      $(ALL_OBJECTS) 
   
  +ifeq ($(PLATFORM), AIX)
   templates: ${ALL_OBJECTS_DIR}/XalanTemplate.o
   
   ${ALL_OBJECTS_DIR}/XalanTemplate.o:$(XSLT_DIR)/XalanTemplate.cpp
        $(CC2) $(XSL_BUILD_OPTIONS) -c $(XSL_INCL) -o $@ $<
  +endif
   
   testXSLT: lib  $(BINTARGETDIR)/testXSLT
   
  @@ -381,7 +386,7 @@
   ifeq ($(PLATFORM), AIX)
   lib: prepare templates compile $(THISLIB)$(VER)$(SHLIBSUFFIX)
   else
  -#lib:        prepare compile $(THISLIB)$(VER)$(SHLIBSUFFIX)
  +lib: prepare compile $(THISLIB)$(VER)$(SHLIBSUFFIX)
   endif
   
   $(THISLIB)$(VER)$(SHLIBSUFFIX): $(ALL_OBJECTS)
  
  
  

Reply via email to