From ebb0c523d720a1ad5fb3258b2c8305b50109f8c6 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 5 Jan 2011 22:48:56 +0000 Subject: 2011-01-05 Ralf Corsepius * Makefile.am: Move cleaning targ-include to clean-local. * Makefile.in: Regenerate. --- newlib/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'newlib/Makefile.am') diff --git a/newlib/Makefile.am b/newlib/Makefile.am index 8a491d1a8..d7205b66b 100644 --- a/newlib/Makefile.am +++ b/newlib/Makefile.am @@ -255,7 +255,7 @@ stmp-targ-include: config.status done touch $@ -CLEANFILES = targ-include stmp-targ-include +CLEANFILES = stmp-targ-include install-data-local: install-toollibLIBRARIES if USE_LIBTOOL @@ -430,3 +430,6 @@ check-DEJAGNU: site.exp else \ echo "WARNING: could not find \`runtest'" 1>&2 ; \ fi + +clean-local: + -rm -rf targ-include -- cgit v1.2.3