aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorspiff <spiff@xbmc.org>2011-03-27 14:51:17 +0200
committerspiff <spiff@xbmc.org>2011-03-27 15:42:47 +0200
commit789b1cffb19f9a64064e11afac5af18d3a79bb6c (patch)
tree75502b05688177fdb1018ff830acaa456f44c8a6 /Makefile.in
parent42e82d58c212d3ec687fb19891999c76b6ddbdad (diff)
fixed: system/players/paplayer directory does not exists, causing build failures
since git doesn't store empty directories, this directory is now non-existent in a vanilla tree. this change makes sure it's created
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index fd087a8e78..048ef90394 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -429,6 +429,7 @@ libhdhomerun: dllloader
libid3tag: dllloader
$(MAKE) -C lib/libid3tag
papcodecs: dllloader dvdpcodecs
+ test -d system/players/paplayer || mkdir system/players/paplayer
$(MAKE) -C lib/xbadpcm
$(MAKE) -C lib/vgmstream
$(MAKE) -C lib/timidity