Fix Makefile clean targets
authorSteven Luo <steven+maemo@steven676.net>
Mon, 22 Feb 2010 05:47:28 +0000 (21:47 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Mon, 22 Feb 2010 05:47:28 +0000 (21:47 -0800)
commitc9ffd114eeadbf6968f4404d15d80eab9192bc6b
treecd7d1799f2dc68038ad539fc7fbf0a32ab21d730
parentcf66e0a413468f9da4aaf05d61ec785bd7287ba2
Fix Makefile clean targets

Since we have a list of objects that we build already, use that in the
clean targets instead of *.o.  This fixes the config-ui Makefile clean
target, which was potentially missing ../configfile.plugin.o.
Makefile
config-ui/Makefile