From: borutr Date: Fri, 5 Aug 2005 06:54:28 +0000 (+0000) Subject: * configure: removed ^M characters X-Git-Url: https://git.gag.com/?p=fw%2Fsdcc;a=commitdiff_plain;h=3e44c0736f23fe68e0470a3bd123b53f91302690 * configure: removed ^M characters git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3830 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- 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;}