]> git.itanic.dy.fi Git - sdl-planets/commit
Makefile: Reduce wildcard usage
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Mon, 6 Dec 2010 09:09:36 +0000 (11:09 +0200)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Mon, 6 Dec 2010 09:09:36 +0000 (11:09 +0200)
commitc58d82b5dfb0a54e045d60841514f2e26ed5d411
treea26b86c400c875964ca695918bfd13fbac1a5b1c
parentd9fcef3b3846fad40c14fbc1efae6327dbf82f99
Makefile: Reduce wildcard usage

Having wildcards in the Makefile is error prone in situations where
there are unrelated files in the source tree that are not related to
the actual project. For example, if some source files have been
renamed and there are leftover .*.o.d files that still contain the old
source files. Then make will incorrectly determine that some old files
would still be needed even though they are not part of the project any
more.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
Makefile