* 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:
parent
1ffd292be6
commit
437ba769b3
1 changed files with 0 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue