projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e48964
)
tests: look for '.lo' rather than '.o' object when using Libtool with C++
author
Stefano Lattarini
<stefano.lattarini@gmail.com>
Sat, 9 Jun 2012 18:13:43 +0000
(20:13 +0200)
committer
Stefano Lattarini
<stefano.lattarini@gmail.com>
Sat, 9 Jun 2012 18:13:43 +0000
(20:13 +0200)
* t/cxx-lt-demo.sh: ... in this test.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/cxx-lt-demo.sh
patch
|
blob
|
history
diff --git
a/t/cxx-lt-demo.sh
b/t/cxx-lt-demo.sh
index
ef2bc78
..
3c931e0
100755
(executable)
--- a/
t/cxx-lt-demo.sh
+++ b/
t/cxx-lt-demo.sh
@@
-53,7
+53,7
@@
TESTS = try.sh
check-local: test-objs
test-objs:
test -f src/main.$(OBJEXT)
- test -f lib/libfoo.
$(OBJEXT)
+ test -f lib/libfoo.
lo
END
cat > src/Makefile.am << 'END'