From 32e4aea0f87b0d3d4f8e37516edddc19f6f36889 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 11 May 2010 17:16:38 +0200 Subject: [PATCH] Use CLEANFILES instead of extra target. --- scripts/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 5a2e646..7ac94dc 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -20,6 +20,5 @@ dist_pkgdata_SCRIPTS = i2c.py nunchuk.py transitioncounter.py -clean-local: - rm -f *.pyc +CLEANFILES = *.pyc -- 2.30.2