Version used: GNU Make 3.80 Type of machine: x86 Operating system: linux Problem: flag -n doesn't show what make does ------------------------------------------------------------------ In an empty dir, create the two files: matteo$touch a b Here's the problem: matteo$make -n echo a matteo$make echo a a echo b b ------------------------------------------------------------------- I think I should get something like: echo a echo b With my system administrator, we saw that make's data base is uncomplete: matteo$make -p|grep echo echo a echo b matteo$make -p -n|grep echo echo a and that GNU make-3.79 doesn't have this problem. -------------------------------------------------------------------------- Last but not least, thank you very much to everybody! Bye bye, matteo matteo ciucci - address@hidden crcc informatica s.r.l. via passerini 2 20052 Monza (MI) Italy