diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2006-10-17 20:42:23 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2006-10-17 21:47:00 +0000 |
commit | 03573fff13b99aebc1fc85262dfe91112344b0f1 (patch) | |
tree | 30c3a5f2c7a11185ce711dc83e8feac6b4d1f616 /elfutils/config | |
parent | 6ed4181bde4cfb24f696f872953907ba5427cca7 (diff) | |
download | elfutils-03573fff13b99aebc1fc85262dfe91112344b0f1.tar.gz |
0.124-alt10.124-alt1
- Updated to 0.124.
Diffstat (limited to 'elfutils/config')
-rw-r--r-- | elfutils/config/Makefile.in | 9 | ||||
-rw-r--r-- | elfutils/config/elfutils.spec.in | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/elfutils/config/Makefile.in b/elfutils/config/Makefile.in index 538669c6..afff925d 100644 --- a/elfutils/config/Makefile.in +++ b/elfutils/config/Makefile.in @@ -92,6 +92,9 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LOCALEDIR = @LOCALEDIR@ LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MODVERSION = @MODVERSION@ @@ -166,7 +169,7 @@ EXTRA_DIST = elfutils.spec.in all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -191,9 +194,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh uninstall-info-am: tags: TAGS diff --git a/elfutils/config/elfutils.spec.in b/elfutils/config/elfutils.spec.in index 05a2f5e3..57756158 100644 --- a/elfutils/config/elfutils.spec.in +++ b/elfutils/config/elfutils.spec.in @@ -154,6 +154,12 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.so %changelog +* Tue Oct 10 2006 Ulrich Drepper <drepper@redhat.com> 0.124-1 +- libebl: sparc backend support for return value location +- libebl, libdwfl: backend register name support extended with more info +- libelf, libdw: bug fixes for unaligned accesses on machines that care +- readelf, elflint: trivial bugs fixed + * Mon Aug 14 2006 Roland McGrath <roland@redhat.com> 0.123-1 - libebl: Backend build fixes, thanks to Stepan Kasal. - libebl: ia64 backend support for register names, return value location |