fixed problems on cygwin/WinCVS environmet with ports.* line endings
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 13 Apr 2003 17:38:15 +0000 (17:38 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 13 Apr 2003 17:38:15 +0000 (17:38 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2528 4a8a32a2-be11-0410-ad9d-d568d2c75423

configure
configure.in

index 9a2b8809ff7d322aedeb68bed882028d9f6bf6b6..fabaa528efb92841186e18e70ff0c3c433e2fc6b 100755 (executable)
--- 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
index 2d7991b3755e6825b4b98762408b9c0a7bdb396f..4042863c9d8ff2960873a34d64cde2333f1acd4d 100755 (executable)
@@ -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