aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-05-23 07:49:30 +0200
committerTristan Gingold <tgingold@free.fr>2017-05-23 07:49:30 +0200
commitd29431d443b497dae9f07d6c9dc82213669f92ed (patch)
tree5295dc87fe9bef7757a9c7c3e1ce1fd563a54c58 /configure
parent353ee35fc75da5fd25008c6537434186e2a759b3 (diff)
downloadghdl-d29431d443b497dae9f07d6c9dc82213669f92ed.tar.gz
ghdl-d29431d443b497dae9f07d6c9dc82213669f92ed.tar.bz2
ghdl-d29431d443b497dae9f07d6c9dc82213669f92ed.zip
Avoid dependencies on dirs, create dirs during configure.
For #352
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
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