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.in
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.in')
-rw-r--r--newlib/Makefile.in11
1 files changed, 7 insertions, 4 deletions
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: