File list hash not updated

2002-01-24 Thread Doug Shea
Title: File list hash not updated     I'm seeing an odd behavior, and can't figure out what it might be. We using VPATH, and we're using it to find source files. One of the directories in the path only has two files in it when the make begins, but gets populated with more source files by

GNU make 3.79.1 and NeXTStep

2002-01-24 Thread Atro Tossavainen
Hello, Some patches: arscan.c attempts to include ar.h unless it is known that the system (win32, BEOS) doesn't have it. NeXTStep doesn't, either, but this isn't known to the developers(?). #ifndef __MACH__ ... #endif gets around it. Also, gettext.c includes fcntl.h with no regard to _HAVE_F