Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2011-01-06 01:48:56 +0300
committerJeff Johnston <jjohnstn@redhat.com>2011-01-06 01:48:56 +0300
commitebb0c523d720a1ad5fb3258b2c8305b50109f8c6 (patch)
tree5ba8eb0a7f29de8c07eb7f19cd8c03c06eeb0eff /newlib/Makefile.am
parentc0e3c29150f2148f11832d11fd929e5f44b2960b (diff)
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Move cleaning targ-include to clean-local. * Makefile.in: Regenerate.
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r--newlib/Makefile.am5
1 files changed, 4 insertions, 1 deletions
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