-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
It all looks good and yet you are not getting any error messages, so
that means the include $(dependencies) is never happening and I know
why. Here's the relevant snippet of code:
clean:
rm $(objects) $(libraries) \
$(dependencies)
ifneq "$(MAKECMDGOALS)" "clean"
include $(dependencies)
endif
There's a stray tab before the 'include' which means that it actually
gets included as one of the commands to run when you do 'clean' (except,
of course, it doesn't because of the ifneq. Remove that tab and it'll
work.
John.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGf62RLphrp73n/hARAjV3AKDSmrSyb5aR6IVWjvW7sJDi5hps+gCdE93g
Fneq7VrLTrhT4Gu+lUSF7bw=
=xJIv
-----END PGP SIGNATURE-----
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make