diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-10-22 16:54:01 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-10-23 13:20:29 +0200 |
commit | c77a9254dde41f222bc65af957c91fa5bc166103 (patch) | |
tree | e3b00ea22e19b9fa509e750a6af5beff3d3946d2 /automation | |
parent | eba6bc1b985c6caede347e48d636fd161b6413c0 (diff) |
no need for SRCDIR parameter here
Diffstat (limited to 'automation')
-rw-r--r-- | automation/Package_packimages.mk | 2 | ||||
-rw-r--r-- | automation/Package_testtool.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/automation/Package_packimages.mk b/automation/Package_packimages.mk index f76837243367..1299cb84c035 100644 --- a/automation/Package_packimages.mk +++ b/automation/Package_packimages.mk @@ -30,7 +30,7 @@ $(eval $(call gb_Package_Package,automation_packimages,$(call gb_CustomTarget_ge $(eval $(call gb_Package_add_file,automation_packimages,bin/images_tt.zip,images_tt.zip)) -$(eval $(call gb_Package_add_customtarget,automation_packimages,automation/packimages,SRCDIR)) +$(eval $(call gb_Package_add_customtarget,automation_packimages,automation/packimages)) $(eval $(call gb_CustomTarget_add_outdir_dependencies,automation/packimages,\ $(OUTDIR)/res/img/fps_officeen-US.ilst \ diff --git a/automation/Package_testtool.mk b/automation/Package_testtool.mk index b2f007623018..ea887540f8b3 100644 --- a/automation/Package_testtool.mk +++ b/automation/Package_testtool.mk @@ -39,7 +39,7 @@ $(eval $(call gb_Package_add_file,automation_testtool,bin/testtool.ini,testtool. endif -$(eval $(call gb_Package_add_customtarget,automation_testtool,automation/source/testtool,SRCDIR)) +$(eval $(call gb_Package_add_customtarget,automation_testtool,automation/source/testtool)) $(eval $(call gb_CustomTarget_add_dependencies,automation/source/testtool,\ automation/source/inc/rcontrol.hxx \ |