* configure: removed ^M characters
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 5 Aug 2005 06:54:28 +0000 (06:54 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 5 Aug 2005 06:54:28 +0000 (06:54 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3830 4a8a32a2-be11-0410-ad9d-d568d2c75423

configure

index dd82afea53208fcf1c4ccd0c22b7ae759b992ae8..c296defaeff53d6ae52ef7503f6e2645b457636e 100755 (executable)
--- 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;}