You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@locus.apache.org on 2000/06/11 15:17:37 UTC

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

ben         00/06/11 06:17:37

  Modified:    src/build rules.mk
  Log:
  Eliminate spurious tab.
  
  Revision  Changes    Path
  1.18      +1 -1      apache-2.0/src/build/rules.mk
  
  Index: rules.mk
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/build/rules.mk,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- rules.mk	2000/05/18 23:24:53	1.17
  +++ rules.mk	2000/06/11 13:17:37	1.18
  @@ -90,7 +90,7 @@
   
   .c.slo:
   	$(APACHE_SH_COMPILE)
  -	
  +
   .y.c:
   	$(YACC) $(YFLAGS) $< && mv y.tab.c $*.c
   	if test -f y.tab.h; then \