From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: gdb-patches@sourceware.cygnus.com Subject: Re: Patch for readline Date: Sun, 15 Jul 2001 17:28:00 -0000 Message-id: <20010715172814.A15278@lucon.org> References: <20010715121010.A20272@lucon.org> <20010715152744.A21829@nevyn.them.org> X-SW-Source: 2001-07/msg00363.html On Sun, Jul 15, 2001 at 03:27:44PM -0700, Daniel Jacobowitz wrote: > > > > CCFLAGS = $(DEFS) $(LOCAL_DEFS) $(CPPFLAGS) $(INCLUDES) $(LOCAL_CFLAGS) $(CFLAGS) > > Is -I$(includedir) ever actually right? I've always considered it to > be where include files should be installed, not referenced from. That was my thinking too. Certainly Linux doesn't need it. But I cannot speak for all other platforms. H.J.