diff options
author | Lars Langhans <lla@openoffice.org> | 2010-06-29 13:43:23 +0200 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2010-06-29 13:43:23 +0200 |
commit | 37cd7b225e6e97824302ea40b8bb83e3b24a68fc (patch) | |
tree | 2c78dc68be159b9c2833fbf250f52cf694e47819 /vcl/qa | |
parent | 5888ffca27bb3c813411f0811ca875c001feb64e (diff) |
sb123:#i111449# makefile cleanups for qa/complex tests
Diffstat (limited to 'vcl/qa')
-rwxr-xr-x | vcl/qa/complex/memCheck/makefile.mk | 1 | ||||
-rw-r--r-- | vcl/qa/complex/persistent_window_states/makefile.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vcl/qa/complex/memCheck/makefile.mk b/vcl/qa/complex/memCheck/makefile.mk index 8ff990f79f16..e75d71e36453 100755 --- a/vcl/qa/complex/memCheck/makefile.mk +++ b/vcl/qa/complex/memCheck/makefile.mk @@ -27,7 +27,6 @@ .IF "$(OOO_SUBSEQUENT_TESTS)" == "" nothing .PHONY: - @echo "OOO_SUBSEQUENT_TESTS not set, do nothing." .ELSE PRJ = ../../.. diff --git a/vcl/qa/complex/persistent_window_states/makefile.mk b/vcl/qa/complex/persistent_window_states/makefile.mk index b1f43d763f17..057103aa2982 100644 --- a/vcl/qa/complex/persistent_window_states/makefile.mk +++ b/vcl/qa/complex/persistent_window_states/makefile.mk @@ -26,7 +26,6 @@ #************************************************************************* .IF "$(OOO_SUBSEQUENT_TESTS)" == "" nothing .PHONY: - @echo "OOO_SUBSEQUENT_TESTS not set, do nothing." .ELSE PRJ = ../../.. |