You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by aa...@apache.org on 2001/10/18 20:35:18 UTC

cvs commit: httpd-2.0/server Makefile.in

aaron       01/10/18 11:35:18

  Modified:    server   Makefile.in
  Log:
  These files were already defined in EXPORT_FILES, so reuse them.
  
  Revision  Changes    Path
  1.69      +1 -5      httpd-2.0/server/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/Makefile.in,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- Makefile.in	2001/10/15 21:58:04	1.68
  +++ Makefile.in	2001/10/18 18:35:18	1.69
  @@ -49,11 +49,7 @@
   	$(AWK) -f $(top_srcdir)/build/make_exports.awk $(EXPORT_FILES) > $@
   
   export_vars.h:
  -	$(AWK) -f $(top_srcdir)/build/make_var_export.awk \
  -		$(top_srcdir)/include/*.h \
  -		$(top_srcdir)/os/$(OS_DIR)/*.h \
  -		$(top_srcdir)/srclib/apr/include/*.h \
  -		$(top_srcdir)/srclib/apr-util/include/*.h > $@
  +	$(AWK) -f $(top_srcdir)/build/make_var_export.awk $(EXPORT_FILES) > $@
   
   # wtf does this have to be explicit????
   exports.lo: exports.c