Taking out binutils
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 16 Sep 2000 18:25:32 +0000 (18:25 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 16 Sep 2000 18:25:32 +0000 (18:25 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@366 4a8a32a2-be11-0410-ad9d-d568d2c75423

Makefile
configure
configure.in

index 05599e9bda359e3450119907d10b26878d6eff2b..bf177067b2941d0192e34d058a8dd4110298c032 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ SHELL           = /bin/sh
 AUTOCONF       = autoconf
 
 PRJDIR         = .
-SDCC_MISC      = debugger/mcs51 sim/ucsim binutils-2.9.5.0.13
+SDCC_MISC      = debugger/mcs51 sim/ucsim
 SDCC_LIBS      = support/cpp
 SDCC_ASLINK    = as/mcs51 as link
 
index c1d52b764879bba40ca7ce5266d48af7df406cd3..5383cd30cabf587927176c90938dcf52b2313bd8 100755 (executable)
--- a/configure
+++ b/configure
@@ -2579,8 +2579,6 @@ fi
 # ===========================================================================
 subdirs="sim/ucsim"
 
-subdirs="sim/ucsim binutils-2.9.5.0.13"
-
 # MLH: removed as the rules are already in Makefile.common
 #as/z80/Makefile
 #link/z80/Makefile
@@ -3002,7 +3000,7 @@ if test "$no_recursion" != yes; then
     esac
   done
 
-  for ac_config_dir in sim/ucsim binutils-2.9.5.0.13; do
+  for ac_config_dir in sim/ucsim; do
 
     # Do not complain, so a configure script can configure whichever
     # parts of a large source tree are present.
index ef123b91afa6ea82f29ff76823481ce2f17914a5..1cf8153a3a4c7042f85d85801e86201c3237650a 100755 (executable)
@@ -226,7 +226,6 @@ fi
 # Generating output files
 # ===========================================================================
 AC_CONFIG_SUBDIRS(sim/ucsim)
-AC_CONFIG_SUBDIRS(binutils-2.9.5.0.13)
 # MLH: removed as the rules are already in Makefile.common
 #as/z80/Makefile
 #link/z80/Makefile