missing the relevant maintainer-specific tools (or having too old
versions thereof).
+* The $(RECURSIVE_CLEAN_TARGETS) variable (never documented, and
+ always intended to be an internal detail) has been removed, its
+ content merged into the $(RECURSIVE_TARGETS) variable.
+
Source Files with Unknown Extensions
====================================
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
-RECURSIVE_TARGETS += all-recursive check-recursive installcheck-recursive
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
- distclean-recursive maintainer-clean-recursive
+RECURSIVE_TARGETS += \
+ all-recursive \
+ check-recursive \
+ installcheck-recursive \
+ mostlyclean-recursive \
+ clean-recursive \
+ distclean-recursive \
+ maintainer-clean-recursive
am.recurs.all-targets = \
$(RECURSIVE_TARGETS) \
- $(RECURSIVE_CLEAN_TARGETS) \
$(am.recurs.extra-targets)
# All documented targets which invoke 'make' recursively, or depend