From 1ba9e48972946123176492411ea13aedca7d3f28 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 6 Jul 2021 20:05:24 +0100 Subject: [PATCH] Update Makefile.am USE_GIT_VERSION instead of USE_GIT --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 43ff9b7..f89c45d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ nqptp_SOURCES = nqptp.c nqptp-clock-sources.c nqptp-message-handlers.c nqptp-uti AM_CFLAGS = -fno-common -Wall -Wextra -pthread --include=config.h CLEANFILES = -if USE_GIT +if USE_GIT_VERSION nqptp.c: gitversion.h gitversion.h: .git/index echo "// Do not edit!" > gitversion.h -- 2.47.2