Use a static pattern rule to restrict the dependency on [pluginname].o to single...
commitf82c9449121617386884b3047fba3e18a1c7bc76
authorJens Arnold <amiconn@rockbox.org>
Wed, 4 Mar 2009 23:41:58 +0000 (4 23:41 +0000)
committerJens Arnold <amiconn@rockbox.org>
Wed, 4 Mar 2009 23:41:58 +0000 (4 23:41 +0000)
treed1f4280b040acaae6f311e1442e2f5a6a93e54a0
parent67c6f6048e3e7f81e337793f141c19a3d57c2c78
Use a static pattern rule to restrict the dependency on [pluginname].o to single-file plugins. This allows the pattern rule for %.rock (with all dependencies defined elsewhere) to pick up multi-file plugins with no [pluginname].o file, and get rid of the duplication in (doom|midi|reversi).make.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20205 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/doom/doom.make
apps/plugins/midi/midi.make
apps/plugins/plugins.make
apps/plugins/reversi/reversi.make