[comp.windows.x] A teeny bug

carey@m.cs.uiuc.edu (02/23/90)

Bug report...

I wanted to rebuild the libraries so I pulled over just the library
source.  I did a xmkmf, which specifies UseInstalled.  Fine.
But trying to do a make depend it can't find include files that are
in /usr/local/include/X11.  

It specifies only the INCROOT (which is /usr/local/include) but 
not INCDIR (which is $(INCROOT)/X11)
Well actually, it does try to find the X11 include files in the source
tree, but since I don't have the whole thing there at the moment it
can't find it.  

I know, not a big thing, but it was slightly annoying.