Fix make clean
authorKalle Valo <kalle.valo@canonical.com>
Fri, 4 Jun 2010 10:54:12 +0000 (13:54 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 4 Jun 2010 13:14:43 +0000 (15:14 +0200)
commit9f7afb230fbe23f5cb58829c2f83ac8554abd6ad
treef2454a48c7934a865b76213f6b400839681e8e18
parent08612ccb23bd3efd266e0c17d098fc250c6860b5
Fix make clean

Running make clean twice in a row fails with error:

make: *** No rule to make target `include/connman', needed by `clean-local'.
Stop.

Fix it by moving the target as an argument for rm.
Makefile.am