* Makefile.in (all, clean, distclean, mostlyclean, realclean,
authorJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 5 Jul 1995 23:10:29 +0000 (23:10 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 5 Jul 1995 23:10:29 +0000 (23:10 +0000)
  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

index 3885b239d675a42597ab5f22adade86e70b14413..36209c738a1b1140a0130e7c9fe1cc15a9e67de6 100644 (file)
@@ -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)
This page took 0.024328 seconds and 4 git commands to generate.