Reverted as/link Makefile change
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 5 Mar 2000 23:16:46 +0000 (23:16 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 5 Mar 2000 23:16:46 +0000 (23:16 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@162 4a8a32a2-be11-0410-ad9d-d568d2c75423

configure
configure.in

index 8f3abbce63b59cce61912177103206e0f49590de..2e4c0cf52123e21f6b9ca02d017e4c80c0922c38 100755 (executable)
--- a/configure
+++ b/configure
@@ -523,7 +523,7 @@ fi
 
 
 
-for ac_prog in gawk mawk nawk awk
+for ac_prog in mawk gawk nawk awk
 do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
@@ -2599,8 +2599,9 @@ trap 'rm -fr `echo "main.mk:main_in.mk
 support/gc/Makefile
 src/Makefile
 as/mcs51/Makefile
-as/z80/Makefile
-link/z80/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
@@ -2704,8 +2705,9 @@ CONFIG_FILES=\${CONFIG_FILES-"main.mk:main_in.mk
 support/gc/Makefile
 src/Makefile
 as/mcs51/Makefile
-as/z80/Makefile
-link/z80/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 eef18b70ff7aa30e2b2e5939d7ccfae984d9f865..c8ec21560aff2c7337ebad8b62ea45ea20990cab 100755 (executable)
@@ -200,8 +200,9 @@ AC_OUTPUT(main.mk:main_in.mk
 support/gc/Makefile
 src/Makefile
 as/mcs51/Makefile
-as/z80/Makefile
-link/z80/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