aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 0d2e6da..3b43e6c 100755
--- a/configure
+++ b/configure
@@ -121,11 +121,6 @@ ${mo:-}
EOF
#
- # Generate Makefile
- #
- "$CFG_DPP_CMD" < "$CFG_MAKE_CONFIG" > "$CFG_MAKE_FILE"
-
- #
# Generate .gitignore.
#
cat <<EOF > "$CFG_IGNORE"
@@ -137,5 +132,10 @@ $CFG_COMMAND_GEN
$CFG_INPUT_GEN
$CFG_MAKE_FILE
EOF
+
+ #
+ # Generate Makefile
+ #
+ "$CFG_DPP_CMD" < "$CFG_MAKE_CONFIG" > "$CFG_MAKE_FILE"
esac