I wrote on Sun, 06 Mar 2011 21:15:44 +0100: > mencoder$(EXESUF) mplayer$(EXESUF): > - $(CC) -o $@ $^ $(EXTRALIBS) > + @echo "LD " $< > + @$(CC) -o $@ $^ $(EXTRALIBS) Argh! I shouldn't make changes after testing (in this case to follow the ffmpeg output). It's @echo "LD " $@ of course. Ingo