X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure;h=c296defaeff53d6ae52ef7503f6e2645b457636e;hb=3e44c0736f23fe68e0470a3bd123b53f91302690;hp=dd82afea53208fcf1c4ccd0c22b7ae759b992ae8;hpb=d19635eb64e9212c6947aebddff2f5fc2ce5106b;p=fw%2Fsdcc diff --git a/configure b/configure index dd82afea..c296defa 100755 --- a/configure +++ b/configure @@ -7673,15 +7673,7 @@ subdirs="$subdirs sim/ucsim" subdirs="$subdirs device/lib/pic16" - ac_config_files="$ac_config_files main.mk:main_in.mk - src/Makefile - as/mcs51/Makefile - as/hc08/Makefile - device/include/Makefile - device/lib/Makefile - debugger/mcs51/Makefile - Makefile.common:Makefile.common.in -" + ac_config_files="$ac_config_files main.mk:main_in.mk src/Makefile as/mcs51/Makefile as/hc08/Makefile device/include/Makefile device/lib/Makefile debugger/mcs51/Makefile Makefile.common:Makefile.common.in" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -8208,28 +8200,14 @@ for ac_config_target in $ac_config_targets do case "$ac_config_target" in # Handling of arguments. - "main.mk" ) CONFIG_FILES="$CONFIG_FILES main.mk:main_in.mk -" ;; - "src/Makefile -" ) CONFIG_FILES="$CONFIG_FILES src/Makefile -" ;; - "as/mcs51/Makefile -" ) CONFIG_FILES="$CONFIG_FILES as/mcs51/Makefile -" ;; - "as/hc08/Makefile -" ) CONFIG_FILES="$CONFIG_FILES as/hc08/Makefile -" ;; - "device/include/Makefile -" ) CONFIG_FILES="$CONFIG_FILES device/include/Makefile -" ;; - "device/lib/Makefile -" ) CONFIG_FILES="$CONFIG_FILES device/lib/Makefile -" ;; - "debugger/mcs51/Makefile -" ) CONFIG_FILES="$CONFIG_FILES debugger/mcs51/Makefile -" ;; - "Makefile.common" ) CONFIG_FILES="$CONFIG_FILES Makefile.common:Makefile.common.in -" ;; + "main.mk" ) CONFIG_FILES="$CONFIG_FILES main.mk:main_in.mk" ;; + "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "as/mcs51/Makefile" ) CONFIG_FILES="$CONFIG_FILES as/mcs51/Makefile" ;; + "as/hc08/Makefile" ) CONFIG_FILES="$CONFIG_FILES as/hc08/Makefile" ;; + "device/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES device/include/Makefile" ;; + "device/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES device/lib/Makefile" ;; + "debugger/mcs51/Makefile" ) CONFIG_FILES="$CONFIG_FILES debugger/mcs51/Makefile" ;; + "Makefile.common" ) CONFIG_FILES="$CONFIG_FILES Makefile.common:Makefile.common.in" ;; "sdccconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS sdccconf.h:sdccconf_in.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}