Actually, the correct solution is for somebody to hit up every one of those
Makefile.in and remove the INCLUDES line. That stuff can all go into
rules.mk.in.

Cheers,
-g

On Mon, Feb 12, 2001 at 08:46:01PM -0000, [EMAIL PROTECTED] wrote:
> trawick     01/02/12 12:46:00
> 
>   Modified:    dso/os390 Makefile.in dso.c
>   Log:
>   standardize the include path in the OS/390 dso directory to get rid of an
>   annoying warning message
>   
>   Revision  Changes    Path
>   1.5       +3 -1      apr/dso/os390/Makefile.in
>   
>   Index: Makefile.in
>   ===================================================================
>   RCS file: /home/cvs/apr/dso/os390/Makefile.in,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- Makefile.in     2001/01/09 11:05:42     1.4
>   +++ Makefile.in     2001/02/12 20:45:58     1.5
>   @@ -5,6 +5,8 @@
>    @INCLUDE_RULES@
>    
>    INCDIR=../../include
>   -INCLUDES=-I$(INCDIR) -I$(INCDIR)/arch
>   +OSDIR=$(INCDIR)/arch/@OSDIR@
>   +DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
>   +INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR)
>    
>    # DO NOT REMOVE
>   
>   
>   
>   1.7       +1 -1      apr/dso/os390/dso.c
>   
>   Index: dso.c
>   ===================================================================
>   RCS file: /home/cvs/apr/dso/os390/dso.c,v
>   retrieving revision 1.6
>   retrieving revision 1.7
>   diff -u -r1.6 -r1.7
>   --- dso.c   2001/02/08 07:44:33     1.6
>   +++ dso.c   2001/02/12 20:45:59     1.7
>   @@ -53,7 +53,7 @@
>     */
>    
>    #include "apr_strings.h"
>   -#include "os390/dso.h"
>   +#include "dso.h"
>    #include <errno.h>
>    #include <string.h>
>    
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/

Reply via email to