summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2013-12-04 20:55:23 +0100
committerMark Wielaard <mjw@redhat.com>2013-12-04 20:55:23 +0100
commit1bfab193f062df462b2dbc4bb56299a5194fae2d (patch)
tree7311e1270ef374a67017810cbe3db0963e994199 /tests/Makefile.am
parent8ae9bc9d315be6ecbb97dd9754b9d8424b5a70f0 (diff)
downloadelfutils-1bfab193f062df462b2dbc4bb56299a5194fae2d.tar.gz
tests: automake 1.13 compatibility fix.
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@redhat.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a74830ba..fbcc752e 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) \