mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 19:38:01 +08:00
* 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:
@ -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)
|
||||
|
Reference in New Issue
Block a user