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)
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.


No differences found