]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: fix portability issues in 'repeated-options.test'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 15 May 2011 12:41:35 +0000 (14:41 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 15 May 2011 12:41:35 +0000 (14:41 +0200)
commit63796a15ef7d6cbff0fe734f8c293368183d6516
tree41328338137457de6966e679155339e39c74ea48
parentd32c553430f0e2e9807ef7245d26239e075a283a
tests: fix portability issues in 'repeated-options.test'

* tests/repeated-options.test: Do not assume that object files
have `.o' suffix and executables have no default suffix; instead,
use `$(OBJEXT)' and `$(EXEEXT)'.
ChangeLog
tests/repeated-options.test