aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2026-02-28 07:27:28 +0200
committerDylan Araps <dylan.araps@gmail.com>2026-02-28 07:27:28 +0200
commit8c40df7ee7b5e9f2d5a52ce2742a7b130c4c72ff (patch)
treeeb349c3efb756b3277b11d4e4ba674d605f03dda
parentbac9dd29ea2542dd8b7e84d2ccaa88179921f25f (diff)
build: fix gitignore error
-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