Re: make 3.80 bug and testcase

2003-06-17 Thread Paul D. Smith
This is a known bug that has been fixed in the source for a while. A patch is available attached to the bug report in Savannah (http://savannah.gnu.org/projects/make) -- --- Paul D. Smith <[EMAIL PROTECTED]> Fi

make 3.80 bug and testcase

2003-06-17 Thread Samium Gromoff
make 3.80 is subject to a problem which is demonstrated by the following shell snippet: 8< for a in `seq 1 5`; do touch 0123456789012345678901234567890123$a.c; done cat > Makefile <<'DELIM' define BUG SRC := $$(wildcard *.c) #OBJ := $$(SRC:.c=.o) OBJ := $$(pa