wpa_supplicant: Make objects depend on the .config file
authorAlan T. DeKok <aland@freeradius.org>
Sat, 19 Nov 2011 09:46:39 +0000 (11:46 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 19 Nov 2011 09:46:39 +0000 (11:46 +0200)
commit8205c82a48c2fcab641556145deb06659ce7b70a
treeae6b4a097d128ac18a096fbfda05ffc18260c99e
parent57ebba598ddc38fdb5257de9881ef4395884be5a
wpa_supplicant: Make objects depend on the .config file

The source code compiles into different objects depending on
the contents of .config. Therefore, the objects should depend
on .config.

Previously, only the executables depended on .config. This meant
that they were re-linked when .config changed. But that relink
process used the old (and now wrong) objects.
wpa_supplicant/Makefile