From 6bd7f9ed6e49b0aabe01121ca8e34cb6bdb71b38 Mon Sep 17 00:00:00 2001 From: sandeep Date: Sat, 16 Sep 2000 18:25:32 +0000 Subject: [PATCH] Taking out binutils git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@366 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- Makefile | 2 +- configure | 4 +--- configure.in | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 05599e9b..bf177067 100644 --- 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 diff --git a/configure b/configure index c1d52b76..5383cd30 100755 --- 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. diff --git a/configure.in b/configure.in index ef123b91..1cf8153a 100755 --- a/configure.in +++ b/configure.in @@ -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 -- 2.47.2