[bug #57676] openjdk11 fails to build with make 4.3

2020-01-28 Thread Martin Dorey
Follow-up Comment #6, bug #57676 (project make): > I would consider this a bug in make Well, it's not wrong that there is no rule to make the dependency file and adding one does silence it (this is make-4.3.90): martind@paris:~/tmp/make-57676$ cat Makefile2 -include deps BADGER := $(shell touch

[bug #57676] openjdk11 fails to build with make 4.3

2020-01-28 Thread Natanael Copa
Follow-up Comment #5, bug #57676 (project make): > I see "make clean" isn't enough to set up for a new run - you need rm -r vardeps too. Yeah. I messed up the Makefile. the clean target should also remove vardeps. > If it is that, then the behavior change was introduced by git commit