From: michaelh Date: Sun, 5 Mar 2000 23:16:46 +0000 (+0000) Subject: Reverted as/link Makefile change X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=92da69eb8930b4a06e7eaa07b6dfbd2f8a34b1d6;p=fw%2Fsdcc Reverted as/link Makefile change git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@162 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/configure b/configure index 8f3abbce..2e4c0cf5 100755 --- 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 diff --git a/configure.in b/configure.in index eef18b70..c8ec2156 100755 --- a/configure.in +++ b/configure.in @@ -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