newest ucsim is in sim/ucsim
authordrdani <drdani@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 7 Feb 2000 10:47:29 +0000 (10:47 +0000)
committerdrdani <drdani@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 7 Feb 2000 10:47:29 +0000 (10:47 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@83 4a8a32a2-be11-0410-ad9d-d568d2c75423

Makefile
configure
configure.in

index c52fa602f482db39be4d45cd6ed50c412dd2f523..5a0ee19dbee87982888615d54dc7379726cddeba 100644 (file)
--- 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          = .
index 5a98eea0fc61c0402e7efdb580f1a8e5561472a4..af0aed7a60ecb04e147a8864d956f84f5e119431 100755 (executable)
--- 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.
index 1a9b0b9581b02b79c3e5295867549e6f48753717..7904913056ed4775ddca3884b1902073b8c01686 100755 (executable)
@@ -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