use correct directory dependency

Change-Id: If9c42a039700df521175962c5f199a36219eb907
This commit is contained in:
David Tardon 2012-09-24 11:46:35 +02:00
parent 12a8bc4f9c
commit 0df1e4a80e

View File

@ -14,12 +14,12 @@ $(call gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm) : \
$(call gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o : \
$(SRCDIR)/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S \
| $(dir $(call gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm)).dir
| $(call gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/.dir
$(gb_CXX) -c -o $@ $< -fPIC
$(call gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist : \
$(call gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o \
| $(dir $(call gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm)).dir
| $(call gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/.dir
echo $< > $@
# vim: set noet sw=4 ts=4: