diff options
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/ChangeLog | 4 | ||||
| -rw-r--r-- | backends/Makefile.am | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index 1f3b7303..127f3bbf 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,7 @@ +2006-06-23 Stepan Kasal <[email protected]> + + * Makefile.am (PACKAGE_VERSION): Remove superfluous definition. + 2006-08-03 Roland McGrath <[email protected]> * sparc_regs.c (sparc_register_name): List 32 FPU regs only for diff --git a/backends/Makefile.am b/backends/Makefile.am index 95143bcb..fc482258 100644 --- a/backends/Makefile.am +++ b/backends/Makefile.am @@ -35,7 +35,6 @@ AM_CFLAGS += -fpic -Wall -Wshadow -Werror -Wunused -Wextra -Wformat=2 \ INCLUDES = -I$(srcdir) -I$(top_srcdir)/libebl \ -I$(top_srcdir)/libelf -I$(top_srcdir)/libdw \ -I$(top_srcdir)/lib -I.. -PACKAGE_VERSION = @PACKAGE_VERSION@ modules = i386 sh x86_64 ia64 alpha arm sparc ppc ppc64 s390 |
