X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure;h=d8f3cdf9878d95549c71a21aa1c124fc07852d46;hb=4bafa836005a601b321ee04bb15e0c27242036df;hp=613a3b66a3f08431458c36a5c2089466c60a2ba1;hpb=b0c0e321add789cdb8a1c30dbf1c432a6aab61be;p=fw%2Fsdcc diff --git a/configure b/configure index 613a3b66..d8f3cdf9 100755 --- a/configure +++ b/configure @@ -7681,7 +7681,7 @@ fi test $OPT_DISABLE_DEVICE_LIB = 0 && ac_config_files="$ac_config_files device/lib/Makefile" -ac_config_files="$ac_config_files main.mk:main_in.mk src/Makefile device/include/Makefile support/librarian/Makefile support/makebin/Makefile support/regression/Makefile support/valdiag/Makefile Makefile Makefile.common:Makefile.common.in" +ac_config_files="$ac_config_files main.mk:main_in.mk src/Makefile device/include/Makefile as/asranlib/Makefile support/librarian/Makefile support/makebin/Makefile support/regression/Makefile support/valdiag/Makefile Makefile Makefile.common:Makefile.common.in" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -8311,6 +8311,7 @@ do "main.mk") CONFIG_FILES="$CONFIG_FILES main.mk:main_in.mk" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "device/include/Makefile") CONFIG_FILES="$CONFIG_FILES device/include/Makefile" ;; + "as/asranlib/Makefile") CONFIG_FILES="$CONFIG_FILES as/asranlib/Makefile" ;; "support/librarian/Makefile") CONFIG_FILES="$CONFIG_FILES support/librarian/Makefile" ;; "support/makebin/Makefile") CONFIG_FILES="$CONFIG_FILES support/makebin/Makefile" ;; "support/regression/Makefile") CONFIG_FILES="$CONFIG_FILES support/regression/Makefile" ;;