bug#49317: dist: depends on $(BUILT_SOURCES), but has no reason to

2021-07-02 Thread Allison Karlitskaya
5b8af1a52e84ae329bb4c00ce291e3 Mon Sep 17 00:00:00 2001 From: Allison Karlitskaya Date: Fri, 2 Jul 2021 14:37:06 +0200 Subject: [PATCH] dist: add new "pure-dist" automake option Since v1.15.1-204-gac47c22e3, "make dist" has been depending on $(BUILT_SOURCES) to avoid problems wh

bug#49317: dist: depends on $(BUILT_SOURCES), but has no reason to

2021-07-01 Thread Allison Karlitskaya
A blanket depend on $(BUILT_SOURCES) for all automake-using projects seems to be much too large of a hammer to solve that specific problem. Thanks very much, Allison Karlitskaya