diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-23 12:26:06 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-23 12:26:06 +0200 |
commit | 5858276fae87c51a7edc78c4502326eb3c067e2b (patch) | |
tree | f7a15df705f6ccf9d1fe427ec605397be4023329 /bridges | |
parent | 8f6b43052d05f34e088eb20015eeb47860cbf3e6 (diff) |
we don't need explicit rule for this target...
Change-Id: Id6d47437dc00045936b1cf4f5df868f2d3a2fc3d
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/CustomTarget_gcc3_linux_arm.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bridges/CustomTarget_gcc3_linux_arm.mk b/bridges/CustomTarget_gcc3_linux_arm.mk index a38726b51e8b..017e2b98b147 100644 --- a/bridges/CustomTarget_gcc3_linux_arm.mk +++ b/bridges/CustomTarget_gcc3_linux_arm.mk @@ -10,10 +10,8 @@ $(eval $(call gb_CustomTarget_CustomTarget,bridges/source/cpp_uno/gcc3_linux_arm)) $(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 \ - $(call gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.objectlist \ - | $(dir $(call gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_linux_arm)).dir - touch $@ + $(call gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_linux_arm)/armhelper.o \ + $(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 : \ $(SRCDIR)/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S |