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.
This commit is contained in:
Markus Armbruster 2008-07-25 08:34:35 -04:00
parent 88339ae77e
commit d72f9936db

View file

@ -334,6 +334,7 @@ info.ps: info/TROFF.MAC info/INFO.MAC $(ttop) $(tsubj) $(tsrc)
# this build. # this build.
ifeq ($(revctrl),git) ifeq ($(revctrl),git)
.PHONY: sources.mk
sources.mk: sources.mk:
echo "src := $(src)" >sources.mk echo "src := $(src)" >sources.mk
else else