From: J.T. Conklin Date: Wed, 5 Jul 1995 23:10:29 +0000 (+0000) Subject: * Makefile.in (all, clean, distclean, mostlyclean, realclean, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=437ba769b37387abcc41df0b79190ee3dc5778fd;p=binutils-gdb.git * 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. --- diff --git a/sim/configure.in b/sim/configure.in index 3885b239d67..36209c738a1 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -24,17 +24,4 @@ esac configdirs=${sim_target} 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)