* Makefile.in (all, clean, distclean, mostlyclean, realclean,

install): Changed targets so that they descend all
  subdirectories in $(SUBDIRS).
  (*-all, *-clean, *-install): Removed targets.

* configure.in: Don't bother with target makefile fragments, they
  are no longer needed.
* configure: regenerated.
This commit is contained in:
J.T. Conklin 1995-07-05 23:10:29 +00:00
parent 1ffd292be6
commit 437ba769b3

View file

@ -24,17 +24,4 @@ esac
configdirs=${sim_target} configdirs=${sim_target}
AC_CONFIG_SUBDIRS($configdirs) AC_CONFIG_SUBDIRS($configdirs)
if test ! -f ${srcdir}/${sim_target}/${sim_target}.mt ; then
target_makefile_frag=/dev/null
else
target_makefile_frag=${srcdir}/${sim_target}/${sim_target}.mt
fi
frags=
if test $target_makefile_frag != /dev/null; then
frags="$frags $target_makefile_frag"
fi
AC_SUBST_FILE(target_makefile_frag)
AC_SUBST(frags)
AC_OUTPUT(Makefile) AC_OUTPUT(Makefile)