diff options
| author | Mark Wielaard <[email protected]> | 2013-12-04 20:55:23 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2013-12-04 20:55:23 +0100 |
| commit | 1bfab193f062df462b2dbc4bb56299a5194fae2d (patch) | |
| tree | 7311e1270ef374a67017810cbe3db0963e994199 /tests | |
| parent | 8ae9bc9d315be6ecbb97dd9754b9d8424b5a70f0 (diff) | |
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 <[email protected]>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 9bd2fe81..b3666891 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 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) \ |
