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...@apache.org on 2001/08/27 05:35:51 UTC

cvs commit: httpd-2.0 Makefile.in

rbb         01/08/26 20:35:51

  Modified:    .        Makefile.in
  Log:
  Fix a typo.
  
  Revision  Changes    Path
  1.79      +1 -1      httpd-2.0/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.in,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- Makefile.in	2001/08/26 06:25:00	1.78
  +++ Makefile.in	2001/08/27 03:35:51	1.79
  @@ -52,7 +52,7 @@
   	@echo Installing build system files 
   	@test -d $(installbuilddir) || $(MKINSTALLDIRS) $(installbuilddir) 
   	@sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
  -	    config_vars.mk > $(installbuilddir)config_vars.mk; \
  +	    config_vars.mk > $(installbuilddir)/config_vars.mk; \
   	cp build/*.mk $(installbuilddir); \
   	cp srclib/apr/libtool $(installbuilddir); \
   	if test -f srclib/apr/shlibtool; then \