Skip to content

fix: correct tab indentation in Makefile AppArmor block#32

Merged
edmundlod merged 1 commit into
mainfrom
fix/makefile-tab-indentation
May 27, 2026
Merged

fix: correct tab indentation in Makefile AppArmor block#32
edmundlod merged 1 commit into
mainfrom
fix/makefile-tab-indentation

Conversation

@edmundlod

Copy link
Copy Markdown
Owner

The AppArmor recipe block (lines 141–152) was indented with spaces instead of tabs, causing make to abort with missing separator on both the deb and rpm build workflows triggered by the v4.5.0 tag.

Root cause: GNU make requires a literal tab character at the start of every recipe line. The surrounding blocks all used tabs correctly; this block was the odd one out.

Fix: Replace the 4-space indent with tabs throughout the block, consistent with the rest of the Makefile.

Recipe lines starting with spaces instead of tabs caused
'missing separator' errors in both the deb and rpm builds.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@edmundlod edmundlod merged commit 0e572c3 into main May 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant