Subject: [PATCH] More correctly ensure that we get things updated prior to our copy From: Jeremy White Date: 1140109639 -0600 --- Makefile.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 1b678215b5ab1445be8e4767e066bb6016a87319 diff --git a/Makefile.in b/Makefile.in index fa856bc..7ef101b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -38,6 +38,7 @@ uninstall:: loki_setup: loki_setupdb loki_setup/__install__: loki_setupdb/__install__ loki_setup/__install-image__: loki_setupdb/__install-image__ + cd `dirname $@` && $(MAKE) install loki_setupdb/__install__: @echo Install disabled -- 1.1.5