mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
common: fix newline on Makefile rules
The required extra newline was removed unintentionally in 0b719e4f8
.
Signed-off-by: Georgia Garcia <georgia.garcia@canonical.com>
This commit is contained in:
parent
502b83a2a6
commit
88baa28799
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ endif
|
|||
|
||||
define nl
|
||||
|
||||
|
||||
endef
|
||||
|
||||
REPO_VERSION_CMD=[ -x /usr/bin/git ] && /usr/bin/git describe --tags --long --abbrev=16 --match 'v*' 2> /dev/null || awk '{ print $2 }' common/.stamp_rev
|
||||
|
|
Loading…
Add table
Reference in a new issue