diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 07:27:28 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 07:27:28 +0200 |
| commit | 8c40df7ee7b5e9f2d5a52ce2742a7b130c4c72ff (patch) | |
| tree | eb349c3efb756b3277b11d4e4ba674d605f03dda /configure | |
| parent | bac9dd29ea2542dd8b7e84d2ccaa88179921f25f (diff) | |
build: fix gitignore error
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |