diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2008-11-20 13:45:57 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2008-11-20 13:45:57 +0000 |
| commit | d273f663a1203717cd0ce65970efc5c40fbcff0d (patch) | |
| tree | 45a42b1c879112e4bf119abaa986b1f0e49a966a /apps/codecs/codecs.make | |
| parent | 8910b28375bd75ba5c9990a3ba50733309d921b5 (diff) | |
| download | rockbox-d273f663a1203717cd0ce65970efc5c40fbcff0d.zip rockbox-d273f663a1203717cd0ce65970efc5c40fbcff0d.tar.gz rockbox-d273f663a1203717cd0ce65970efc5c40fbcff0d.tar.bz2 rockbox-d273f663a1203717cd0ce65970efc5c40fbcff0d.tar.xz | |
Make sure codec directory exists before creating link file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19151 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/codecs.make')
| -rw-r--r-- | apps/codecs/codecs.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/codecs.make b/apps/codecs/codecs.make index 142b257..88b51b8 100644 --- a/apps/codecs/codecs.make +++ b/apps/codecs/codecs.make @@ -50,6 +50,7 @@ $(CODECS): $(CODEC_CRT0) $(CODECLINK_LDS) $(CODECLINK_LDS): $(CODEC_LDS) $(call PRINTS,PP $(@F)) + $(shell mkdir -p $(dir $@)) $(call preprocess2file, $<, $@) # codec/library dependencies |