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 <[email protected]>
---
 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  <[email protected]>
+
+       * Makefile.am (backtrace-child-biarch): Add $(EXEEXT).
+
 2013-12-02  Jan Kratochvil  <[email protected]>
 
        * 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

Reply via email to