Makefile: fix config-devices.mak generation
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 2 Oct 2010 14:28:08 +0000 (14:28 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 2 Oct 2010 14:28:08 +0000 (14:28 +0000)
commit95986b76859f2310b72621d8c11301141c4b4f69
treef9518052e59d1c5792f0b8b4bc2dca56953ee305
parent5d6e43421ed3a1ad4839eeb6a31085a6d4547a48
Makefile: fix config-devices.mak generation

The logic of detecting changes in default-configs/*.mak is
flawed as can be demonstrated by 'touch default-configs/*.mak'
followed by make. This results in a message claiming that user
made changes to the */config-devices.mak files.

Fix by separating the detection of changes made by the user and
changes in the default-configs.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile