From d72f9936db7708ef460890f987a61c0d8404792b Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 25 Jul 2008 08:34:35 -0400 Subject: [PATCH] Fix remaking of sources.mk with git Broken since commit 35db407d, v.4.3.12. v4.3.14 and v4.3.15 were distributed with a stale sources.mk in the tarball. The latter does not build out of the box because of that. --- Make.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Make.mk b/Make.mk index 97e44e5d..696e4aec 100644 --- a/Make.mk +++ b/Make.mk @@ -334,6 +334,7 @@ info.ps: info/TROFF.MAC info/INFO.MAC $(ttop) $(tsubj) $(tsrc) # this build. ifeq ($(revctrl),git) +.PHONY: sources.mk sources.mk: echo "src := $(src)" >sources.mk else