diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2016-09-28 21:33:14 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-29 06:48:31 +0000 |
commit | d200c344cfd7bf25b6dc6cac5626728c3ef94fff (patch) | |
tree | f5f7a573024af7c1bdab6e0cbd41e1a314f16388 /test | |
parent | c9196b4996377eecba6c06cd916f0e2268c1933d (diff) |
Fix naming of makefile to mend make dump-deps.
Also add error message to make this more clear in the future.
Change-Id: Ic9e3a2c89119ef1ec3e6cc1074b7419f7ee268b7
Reviewed-on: https://gerrit.libreoffice.org/29375
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'test')
-rw-r--r-- | test/Library_test_setupvcl.mk (renamed from test/Library_test-setupvcl.mk) | 0 | ||||
-rw-r--r-- | test/Module_test.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/Library_test-setupvcl.mk b/test/Library_test_setupvcl.mk index dd48ad813758..dd48ad813758 100644 --- a/test/Library_test-setupvcl.mk +++ b/test/Library_test_setupvcl.mk diff --git a/test/Module_test.mk b/test/Module_test.mk index 5e9bb15dacb7..e1051f16b5a0 100644 --- a/test/Module_test.mk +++ b/test/Module_test.mk @@ -13,7 +13,7 @@ ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,test,\ Library_test \ - Library_test-setupvcl \ + Library_test_setupvcl \ Library_subsequenttest \ Library_vclbootstrapprotector \ Package_unittest \ |