blob: 53df1c6ebfe87779eb2a3704a365cd0543fdd98e [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001* modules/gui/qt4/Makefile.am not B!=S friendly
2* Simple solution to missing directories in ${B}
3
4Upstream status: Pending
5
6Signed-off-by: Tim Orling <TicoTimo@gmail.com>
7
8Index: vlc-2.2.1/modules/gui/qt4/Makefile.am
9===================================================================
10--- vlc-2.2.1.orig/modules/gui/qt4/Makefile.am
11+++ vlc-2.2.1/modules/gui/qt4/Makefile.am
12@@ -127,6 +127,7 @@ moc_verbose_0 = @echo " MOC " $@;
13 moc_verbose__0 = $(moc_verbose_0)
14
15 .hpp.moc.cpp:
16+ [ -d $(dir $@) ] || mkdir -p $(dir $@)
17 $(moc_verbose)$(MOC) $(MOC_CPPFLAGS) -o $@ $<
18
19 # These MOC files depend on the configure settings: