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/ChangeLog | 5 +++++ newlib/Makefile.am | 5 ++++- newlib/Makefile.in | 11 +++++++---- 3 files changed, 16 insertions(+), 5 deletions(-) (limited to 'newlib') diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 418ec382e..7c69ea0e7 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2011-01-05 Ralf Corsepius + + * Makefile.am: Move cleaning targ-include to clean-local. + * Makefile.in: Regenerate. + 2011-01-05 Ralf Corsepius * libc/stdio/open_memstream.c (internal_open_memstream_r): 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 diff --git a/newlib/Makefile.in b/newlib/Makefile.in index 632b148b3..22561157a 100644 --- a/newlib/Makefile.in +++ b/newlib/Makefile.in @@ -405,7 +405,7 @@ libc_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) -release newlib -no-unde @USE_LIBTOOL_TRUE@libm_la_DEPENDENCIES = libm-libtool-objectlist @USE_LIBTOOL_TRUE@libc_la_SOURCES = @USE_LIBTOOL_TRUE@libc_la_DEPENDENCIES = libc-libtool-objectlist -CLEANFILES = targ-include stmp-targ-include +CLEANFILES = stmp-targ-include CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host MAKEOVERRIDES = @@ -760,8 +760,8 @@ maintainer-clean-generic: @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive -clean-am: clean-generic clean-libtool clean-toollibLIBRARIES \ - clean-toollibLTLIBRARIES mostlyclean-am +clean-am: clean-generic clean-libtool clean-local \ + clean-toollibLIBRARIES clean-toollibLTLIBRARIES mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) @@ -838,7 +838,7 @@ uninstall-am: uninstall-toollibDATA uninstall-toollibLIBRARIES \ .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-DEJAGNU check-am clean \ - clean-generic clean-libtool clean-toollibLIBRARIES \ + clean-generic clean-libtool clean-local clean-toollibLIBRARIES \ clean-toollibLTLIBRARIES ctags ctags-recursive distclean \ distclean-DEJAGNU distclean-compile distclean-generic \ distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \ @@ -1129,6 +1129,9 @@ check-DEJAGNU: site.exp echo "WARNING: could not find \`runtest'" 1>&2 ; \ fi +clean-local: + -rm -rf targ-include + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: -- cgit v1.2.3