From 0a3004688c863628ca0e01ab7682450c5b4efca8 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 18 Apr 2013 10:36:31 +0100 Subject: [PATCH] Fixed make install when building out of tree. Thanks to glima for reporting. --- data/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/data/Makefile.am b/data/Makefile.am index d19687139c..08783aa2a3 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -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