From: drdani Date: Mon, 7 Feb 2000 10:47:29 +0000 (+0000) Subject: newest ucsim is in sim/ucsim X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c2f366c3585da8be08539380c5673a6a78453155;p=fw%2Fsdcc newest ucsim is in sim/ucsim git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@83 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/Makefile b/Makefile index c52fa602..5a0ee19d 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ AUTOCONF = autoconf PRJDIR = . PKGS = support/gc support/cpp \ src as/mcs51 debugger/mcs51 \ - device/include device/lib sim/mcs51 -PRJS = sim/mcs51 + device/include device/lib sim/ucsim +PRJS = sim/ucsim PORTS = mcs51 z80 srcdir = . diff --git a/configure b/configure index 5a98eea0..af0aed7a 100755 --- a/configure +++ b/configure @@ -2492,7 +2492,7 @@ fi # Generating output files # =========================================================================== -subdirs="sim/mcs51" +subdirs="sim/ucsim" trap '' 1 2 15 cat > confcache <<\EOF @@ -2910,7 +2910,7 @@ if test "$no_recursion" != yes; then esac done - for ac_config_dir in sim/mcs51; 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 1a9b0b95..79049130 100755 --- a/configure.in +++ b/configure.in @@ -195,7 +195,7 @@ AC_SUBST(HAVE_LIBGC) # Generating output files # =========================================================================== -AC_CONFIG_SUBDIRS(sim/mcs51) +AC_CONFIG_SUBDIRS(sim/ucsim) AC_OUTPUT(main.mk:main_in.mk support/gc/Makefile src/Makefile