From 437ba769b37387abcc41df0b79190ee3dc5778fd Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Wed, 5 Jul 1995 23:10:29 +0000 Subject: [PATCH] * 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. --- sim/configure.in | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/sim/configure.in b/sim/configure.in index 3885b23..36209c7 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) -- 2.7.4