From: michaelh Date: Sun, 5 Mar 2000 23:20:00 +0000 (+0000) Subject: Sigh X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=4464781a675e6261619508574c177f28e929f708;p=fw%2Fsdcc Sigh git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@163 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/configure b/configure index 2e4c0cf5..719e176a 100755 --- 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 diff --git a/configure.in b/configure.in index c8ec2156..6c72f8cb 100755 --- a/configure.in +++ b/configure.in @@ -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