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:
parent
88339ae77e
commit
d72f9936db
1 changed files with 1 additions and 0 deletions
1
Make.mk
1
Make.mk
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue