]> git.itanic.dy.fi Git - scan-pagemap/commit
Makefile: Reduce wildcard usage
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Mon, 6 Dec 2010 09:31:54 +0000 (11:31 +0200)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Mon, 6 Dec 2010 09:41:18 +0000 (11:41 +0200)
commit113561ad3639a1b504eb65370863cbdd5853ce68
treef23af27b0e4447a339f3421c79da5297715f8f95
parentaac12528195347ec025f70e4527ee4f5a035b831
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