diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-08 16:58:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-08 16:59:47 +0100 |
commit | aefc43ba5c2688a1301dcda08b56a42127904cbb (patch) | |
tree | edca9dccef5265fc0ab1f7ad3a6442f2466bbc95 /Makefile.in | |
parent | 5f6fcb4e7c8c273ca4a0211bf1b6f99a20ef5feb (diff) |
autogen.sh: better error message when src_path contains spaces
Change-Id: I921ffaf2ee4be73ecfffca8bc36cfae484b70a32
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index b4c1ecfdf6e0..36bcaf3f752d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,6 +45,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard \ $(SRCDIR)/android/experimental/LOAndroid3/AndroidManifest.xml.in \ $(BUILDDIR)/autogen.input \ $(BUILDDIR)/autogen.lastrun \ + $(BUILDDIR)/autogen.sh \ ) sh -c $(SRCDIR)/autogen.sh |