lilantha    02/04/25 04:54:48

  Modified:    contrib/Axis-C++/Axis_Release Makefile
  Log:
  fix compiling issue
  
  Revision  Changes    Path
  1.2       +2 -2      xml-axis/contrib/Axis-C++/Axis_Release/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/Axis_Release/Makefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile  22 Mar 2002 00:41:32 -0000      1.1
  +++ Makefile  25 Apr 2002 11:54:48 -0000      1.2
  @@ -5,7 +5,7 @@
   ##########################################
   ### Client 
   
  -CL_DIR = $(SRC)/Client 
  +CL_DIR = $(SRC)/Client
   
   CL_FILES = Call.hpp \
                        ServiceFactory.hpp 
  @@ -44,7 +44,7 @@
   #########################################
   ### Base
   
  -BS_DIR = $(SRC) 
  +BS_DIR = $(SRC)
   
   BS_FILES = Platform.hpp 
   
  
  
  


Reply via email to