From: Steven Luo Date: Mon, 22 Feb 2010 05:47:28 +0000 (-0800) Subject: Fix Makefile clean targets X-Git-Tag: v3.2~7 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=c9ffd114eeadbf6968f4404d15d80eab9192bc6b;hp=c9ffd114eeadbf6968f4404d15d80eab9192bc6b 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. ---