From 8c40df7ee7b5e9f2d5a52ce2742a7b130c4c72ff Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 Feb 2026 07:27:28 +0200 Subject: build: fix gitignore error --- configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 0d2e6da..3b43e6c 100755 --- a/configure +++ b/configure @@ -120,11 +120,6 @@ case ${DPP_LEVEL:-} in '') ${mo:-} EOF - # - # Generate Makefile - # - "$CFG_DPP_CMD" < "$CFG_MAKE_CONFIG" > "$CFG_MAKE_FILE" - # # Generate .gitignore. # @@ -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 -- cgit v1.2.3