You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/03/31 01:39:59 UTC

cvs commit: apache-2.0/src/build library.mk

rbb         00/03/30 15:39:59

  Modified:    src/build library.mk
  Log:
  Remove a trailing slash from library.mk.  This slash was causing problems
  on non-GNU make systems
  PR:  20
  Submitted by:	Mike Abbott <mj...@sgi.com>
  Reviewed by:	Ryan Bloom
  
  Revision  Changes    Path
  1.3       +1 -1      apache-2.0/src/build/library.mk
  
  Index: library.mk
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/build/library.mk,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- library.mk	2000/03/10 00:05:48	1.2
  +++ library.mk	2000/03/30 23:39:58	1.3
  @@ -75,4 +75,4 @@
   		$(MAKE) 'LIBTOOL=$(SHLIBTOOL)' $(LTLIBRARY_SHARED_NAME); \
   	else \
   		$(MAKE) $(LTLIBRARY_SHARED_NAME); \
  -	fi; \
  +	fi;