From bfd5b8771156d3728cc84af6139e76d0c4c97bb0 Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 13 Apr 2003 17:38:15 +0000 Subject: [PATCH] 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 --- configure | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2