2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>

* Makefile.am: Move cleaning targ-include to clean-local.
        * Makefile.in: Regenerate.
This commit is contained in:
Jeff Johnston 2011-01-05 22:48:56 +00:00
parent c0e3c29150
commit ebb0c523d7
3 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Move cleaning targ-include to clean-local.
* Makefile.in: Regenerate.
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/stdio/open_memstream.c (internal_open_memstream_r):

View File

@ -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

View File

@ -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: