You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@worldgate.com> on 1998/07/12 19:02:23 UTC

Re: cvs commit: apache-1.3/src/os/unix Makefile.tmpl

On 12 Jul 1998 rse@hyperreal.org wrote:

>   +++ Makefile.tmpl	1998/07/12 09:19:13	1.26
>   @@ -40,22 +40,22 @@
>    
>    # DO NOT REMOVE
>    ap_cpystrn.o: ap_cpystrn.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
>   - $(OSDIR)/os.h $(INCDIR)/apctype.h $(INCDIR)/hsregex.h \
>   + $(INCDIR)/conf_auto.h $(OSDIR)/os.h $(INCDIR)/apctype.h \

If you don't do it on a system using hsregex, you miss some hsregex
dependencies that are there when hsregex is used.

This may or may not be a major concern.