You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@hyperreal.org on 1997/11/16 02:20:39 UTC

cvs commit: apachen/src/regex Makefile.tmpl

fielding    97/11/15 17:20:39

  Modified:    src/regex Makefile.tmpl
  Log:
  Some make's cannot understand comments that start after a tab.
  This should fix the alphaosf build.
  
  Revision  Changes    Path
  1.2       +3 -2      apachen/src/regex/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/regex/Makefile.tmpl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.tmpl	1997/11/05 12:48:25	1.1
  +++ Makefile.tmpl	1997/11/16 01:20:38	1.2
  @@ -50,8 +50,9 @@
   REGEXHSRC=regex2.h $(REGSRC)
   $(REGEXH):	$(REGEXHSRC) mkh
   	sh ./mkh $(MKHFLAGS) -i _REGEX_H_ $(REGEXHSRC) >regex.h
  -	#cmp -s regex.tmp regex.h 2>/dev/null || cp regex.tmp regex.h
  -	#rm -f regex.tmp
  +
  +#	cmp -s regex.tmp regex.h 2>/dev/null || cp regex.tmp regex.h
  +#	rm -f regex.tmp
   
   # dependencies
   $(OBJPRODN) debug.o:	utils.h regex.h regex2.h