diff options
author | sb <sb@openoffice.org> | 2011-01-13 11:24:36 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2011-01-13 11:24:36 +0100 |
commit | c2a4c121445a7b0728f2cd0e34e585a2884fd5bc (patch) | |
tree | 1d83c0a8812de714dc45ad1508389561de98c21d /solenv/inc/cppunit.mk | |
parent | 21faa6881e5749fdffb2283d12428344e0844b8d (diff) |
sb139: #i116441# wrong dependencies in solenv/inc/_cppunit.mk
Diffstat (limited to 'solenv/inc/cppunit.mk')
-rw-r--r-- | solenv/inc/cppunit.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/cppunit.mk b/solenv/inc/cppunit.mk index 2173f1a9ff9a..b30ca7152700 100644 --- a/solenv/inc/cppunit.mk +++ b/solenv/inc/cppunit.mk @@ -44,7 +44,7 @@ # unroll begin # ---- create the test libraries ------------------------------------ -.IF "$(SHL$(TNR)TARGET)"!="" +.IF "$(SHL$(TNR)TARGETN)"!="" ALLTAR : test$(TNR) test$(TNR) .PHONY : $(SHL$(TNR)TARGETN) @echo ---------------------------------------------------------- |