diff options
author | David Tardon <dtardon@redhat.com> | 2013-03-03 08:01:52 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-03-03 09:28:29 +0100 |
commit | 01722789831900464700d39b3596b797158cd40b (patch) | |
tree | 25bd11d11b36fc9d5c2d85ae6c45de1d7ef28135 /odk/Zip_odkexamples.mk | |
parent | 4449a90ddd3db683ab1c3b82e4ae5993fcd06271 (diff) |
make sure the outdir exists before it is used
Change-Id: Id64b3ce16db554206085a77fa1843ab0c78f39f5
Diffstat (limited to 'odk/Zip_odkexamples.mk')
-rw-r--r-- | odk/Zip_odkexamples.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/Zip_odkexamples.mk b/odk/Zip_odkexamples.mk index 8a54683bedaf..048370ffee73 100644 --- a/odk/Zip_odkexamples.mk +++ b/odk/Zip_odkexamples.mk @@ -26,7 +26,7 @@ $(eval $(call gb_Zip_add_files,odkexamples,\ )) #FIXME: scp2 seems to require the zip to be in bin -$(call gb_Zip_get_final_target,odkexamples) : $(OUTDIR)/bin/odkexamples.zip +$(call gb_Zip_get_final_target,odkexamples) : $(OUTDIR)/bin/odkexamples.zip | $(OUTDIR)/bin/.dir $(call gb_Zip_get_clean_target,odkexamples) : clean_odkexamples_zip $(OUTDIR)/bin/odkexamples.zip : $(call gb_Zip_get_target,odkexamples) |