[COMMITTED] tests: automake 1.13 compatibility fix.

Mark Wielaard mjw at redhat.com
Wed Dec 4 19:59:07 UTC 2013


tests/Makefile.am:65: warning: deprecated feature: target
'backtrace-child-biarch' overrides 'backtrace-child-biarch$(EXEEXT)'
tests/Makefile.am:65: change your target to read
'backtrace-child-biarch$(EXEEXT)'

Signed-off-by: Mark Wielaard <mjw at redhat.com>
---
 tests/ChangeLog   |    4 ++++
 tests/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/tests/ChangeLog b/tests/ChangeLog
index 9bd2fe8..b366689 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-04  Mark Wielaard  <mjw at redhat.com>
+
+	* Makefile.am (backtrace-child-biarch): Add $(EXEEXT).
+
 2013-12-02  Jan Kratochvil  <jan.kratochvil at redhat.com>
 
 	* Makefile.am (check_PROGRAMS): Add backtrace, backtrace-child,
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a74830b..fbcc752 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -62,7 +62,7 @@ check_PROGRAMS += backtrace-child-biarch
 endif
 
 # Substitute $(COMPILE).
-backtrace-child-biarch: backtrace-child.c
+backtrace-child-biarch$(EXEEXT): backtrace-child.c
 	$(CC_BIARCH) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 		     $(AM_CPPFLAGS) $(CPPFLAGS) \
 		     $(AM_CFLAGS) $(CFLAGS) $(backtrace_child_CFLAGS) \
-- 
1.7.1



More information about the elfutils-devel mailing list