Fixed make install when building out of tree.
authorTom Hacohen <tom@stosb.com>
Thu, 18 Apr 2013 09:36:31 +0000 (10:36 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 18 Apr 2013 09:36:41 +0000 (10:36 +0100)
Thanks to glima for reporting.

data/Makefile.am

index d196871..08783aa 100644 (file)
@@ -40,6 +40,7 @@ eogdb_SCRIPTS = eo/eo_gdb.py
 
 # Borrowed from gobject
 eo/libeo-gdb.py: eo/libeo-gdb.py.in
+       $(MKDIR_P) eo
        $(AM_V_GEN) $(SED) -e "s|\@datadir\@|$(datadir)|" $(srcdir)/eo/libeo-gdb.py.in > $(builddir)/eo/libeo-gdb.py
 
 install-data-hook: eo/libeo-gdb.py