From f9bdc9f2436ec03a96a55d19dd26f49e20f5ced5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Thu, 29 Nov 2018 11:53:48 -0500
Subject: [PATCH] build: don't force buildinfo to be remade at each build

Change-Id: I2a9bc46455f72c99e8d8101575d555597e614ea9
Reviewed-by: Philippe Gorley <philippe.gorley@savoirfairelinux.com>
---
 src/Makefile.am | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 34136d76df..c16d6f7f6f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -172,9 +172,3 @@ if RING_VIDEO
 nobase_include_HEADERS+= \
 		dring/videomanager_interface.h
 endif
-
-# Force buildinfo to be remade at each build
-buildinfo.cpp: FORCE
-	@touch buildinfo.cpp
-
-FORCE:;
-- 
GitLab