diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-03-13 14:24:57 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-03-13 14:33:55 +0100 |
commit | bbe23a0137a0bb18beb94ba6754f24cf369f1dde (patch) | |
tree | 5183cf3ed94c1c3368a246df2f2a9e3cc4449165 /solenv | |
parent | 3f07029fc23923a290f94797a5d4b9b7276bca29 (diff) |
odk: remove pointless check that does a diff of $(OUTDIR)/idl
Change-Id: I020c589ce2cf223b16c81087df3eb819569f1d8c
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/TargetLocations.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk index 68a3c670e0cf..e5d04f52c6fa 100644 --- a/solenv/gbuild/TargetLocations.mk +++ b/solenv/gbuild/TargetLocations.mk @@ -40,7 +40,6 @@ gb_HelpTarget_get_outdir_target = $(OUTDIR)/pck/$(1).zip gb_Pagein_get_outdir_target = $(OUTDIR)/bin/pagein-$(1) gb_PackagePart_get_destinations = \ $(OUTDIR)/bin \ - $(OUTDIR)/idl \ $(OUTDIR)/inc \ $(OUTDIR)/lib \ $(OUTDIR)/par \ |