summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-06-03 20:44:31 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-06-03 20:44:31 +0000
commit39551c8944abc0273a244d6244a24ff7eff96a96 (patch)
tree7eb7bc0de2b9524000fa0523b5b37efbb6aad425 /configure.in
parenta4593ce02529333901b455741b599b94545baab2 (diff)
downloadgdb-39551c8944abc0273a244d6244a24ff7eff96a96.tar.gz
* Makefile.tpl: Make 'recursive targets' using autogen rather
than shell loop. Remove duplicate 'clean' targets and false comments. * Makefile.def: Add systematic dependencies to 'recursive' targets. Add systematic method of specifying missing targets in subdirs. Add copyright boilerplate. * Makefile.in: Regenerate. * configure.in: Add 'recursive targets' to maybe list. * configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 87ab222891f..ba9c3bfcb80 100644
--- a/configure.in
+++ b/configure.in
@@ -1655,7 +1655,8 @@ rm -f maybedep.tmp
echo '# maybedep.tmp' > maybedep.tmp
# Make-targets which may need maybe dependencies.
-mts="configure all install check"
+mts="configure all install check clean distclean dvi info install-info"
+mts="${mts} installcheck mostlyclean maintainer-clean TAGS"
# Loop over modules and make-targets.
for module in ${build_modules} ; do