From d29431d443b497dae9f07d6c9dc82213669f92ed Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 23 May 2017 07:49:30 +0200 Subject: Avoid dependencies on dirs, create dirs during configure. For #352 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 7c99a7bde..c0e1489b1 100755 --- a/configure +++ b/configure @@ -264,6 +264,9 @@ if ! sh ./config.status; then exit 1 fi +# Create dirs +make create-dirs + # Generate ortho_code-x86-flags if test $backend = mcode; then case "$build" in -- cgit v1.2.3