From: borutr Date: Sun, 13 Apr 2003 17:38:15 +0000 (+0000) Subject: fixed problems on cygwin/WinCVS environmet with ports.* line endings X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bfd5b8771156d3728cc84af6139e76d0c4c97bb0;p=fw%2Fsdcc fixed problems on cygwin/WinCVS environmet with ports.* line endings git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2528 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/configure b/configure index 9a2b8809..fabaa528 100755 --- a/configure +++ b/configure @@ -7114,9 +7114,9 @@ _ACEOF #remove duplicates -cat ports.all | uniq >ports +uniq ports.all ports mv ports ports.all -cat ports.build | uniq >ports +uniq ports.build ports mv ports ports.build # Generating output files diff --git a/configure.in b/configure.in index 2d7991b3..4042863c 100755 --- a/configure.in +++ b/configure.in @@ -634,9 +634,9 @@ fi AC_DEFINE_UNQUOTED(OPT_ENABLE_LIBGC, $OPT_ENABLE_LIBGC) #remove duplicates -cat ports.all | uniq >ports +uniq ports.all ports mv ports ports.all -cat ports.build | uniq >ports +uniq ports.build ports mv ports ports.build # Generating output files