Sigh
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 5 Mar 2000 23:20:00 +0000 (23:20 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 5 Mar 2000 23:20:00 +0000 (23:20 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@163 4a8a32a2-be11-0410-ad9d-d568d2c75423

configure
configure.in

index 2e4c0cf52123e21f6b9ca02d017e4c80c0922c38..719e176a583a25620fd7825b1db71baf9954a5c9 100755 (executable)
--- a/configure
+++ b/configure
@@ -2494,6 +2494,9 @@ fi
 # ===========================================================================
 subdirs="sim/ucsim"
 
+# MLH: removed as the rules are already in Makefile.common
+#as/z80/Makefile
+#link/z80/Makefile
 trap '' 1 2 15
 cat > confcache <<\EOF
 # This file is a shell script that caches the results of configure
@@ -2599,9 +2602,6 @@ trap 'rm -fr `echo "main.mk:main_in.mk
 support/gc/Makefile
 src/Makefile
 as/mcs51/Makefile
-# MLH: removed as the rules are already in Makefile.common
-#as/z80/Makefile
-#link/z80/Makefile
 support/cpp/Makefile
 device/include/Makefile
 device/lib/Makefile
@@ -2705,9 +2705,6 @@ CONFIG_FILES=\${CONFIG_FILES-"main.mk:main_in.mk
 support/gc/Makefile
 src/Makefile
 as/mcs51/Makefile
-# MLH: removed as the rules are already in Makefile.common
-#as/z80/Makefile
-#link/z80/Makefile
 support/cpp/Makefile
 device/include/Makefile
 device/lib/Makefile
index c8ec21560aff2c7337ebad8b62ea45ea20990cab..6c72f8cbba55f9a3be058b06ad57a00f8e04578d 100755 (executable)
@@ -196,13 +196,13 @@ AC_SUBST(HAVE_LIBGC)
 # Generating output files
 # ===========================================================================
 AC_CONFIG_SUBDIRS(sim/ucsim)
+# MLH: removed as the rules are already in Makefile.common
+#as/z80/Makefile
+#link/z80/Makefile
 AC_OUTPUT(main.mk:main_in.mk
 support/gc/Makefile
 src/Makefile
 as/mcs51/Makefile
-# MLH: removed as the rules are already in Makefile.common
-#as/z80/Makefile
-#link/z80/Makefile
 support/cpp/Makefile
 device/include/Makefile
 device/lib/Makefile