Ramiro Polla <[email protected]> added the comment: fixed in r25918
The current behaviour with make < 3.82 is wrong. It is not using the proper rule from subdir.mak: $(SUBDIR)%-test.o: $(SUBDIR)%-test.c Instead it uses the generic %.o: %.c rule from common.mak. Currently all %-test.c files have no need for TEST to be defined, so this error wasn't spotted. I don't know the consequences of moving this target up before including common.mak, or whether we can just drop this target. ---------- status: open -> closed substatus: reproduced -> fixed ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2408> ________________________________________________
