From aff8a3112443600a0c91eb3f84c42cbc8378a670 Mon Sep 17 00:00:00 2001 From: Miro Stauder <29940727+mirostauder@users.noreply.github.com> Date: Fri, 2 Sep 2022 13:48:15 +0200 Subject: [PATCH] fix typo in GIT_VERSION notes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd7b6cc8f..31182bafa 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ### when not available, specify GIT_VERSION on commnad line: ### ### ``` -### GIT_HISTORY=2.x-dev make $(nproc) +### export GIT_VERSION=2.x-dev ### ``` ifndef GIT_VERSION