diff options
author | Robert Nordier <rnordier@FreeBSD.org> | 1998-10-08 09:18:52 +0000 |
---|---|---|
committer | Robert Nordier <rnordier@FreeBSD.org> | 1998-10-08 09:18:52 +0000 |
commit | cad2fe6b80f95944f4cd1f80f998b5f9960ac8e6 (patch) | |
tree | d8170c1a250fb8c72e00a4f82754d028d5ed6bc1 /lang/TenDRA | |
parent | 42e0688a43cb5a30fcc2cf945d2bcfbf77ca4a4e (diff) | |
download | ports-cad2fe6b80f95944f4cd1f80f998b5f9960ac8e6.tar.gz ports-cad2fe6b80f95944f4cd1f80f998b5f9960ac8e6.zip |
Don't insist on finding crt0.o and friends.
Notes
Notes:
svn path=/head/; revision=13732
Diffstat (limited to 'lang/TenDRA')
-rw-r--r-- | lang/TenDRA/scripts/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/TenDRA/scripts/configure b/lang/TenDRA/scripts/configure index 0f402211ae49..b3013cad721d 100644 --- a/lang/TenDRA/scripts/configure +++ b/lang/TenDRA/scripts/configure @@ -11,8 +11,7 @@ fixlib() shift if [ ! -f $olib/$crt ]; then if [ ! -f $nlib/$crt ]; then - echo "Can't find $crt" >&2 - exit 1 + echo "Warning: Can't find $crt" >&2 else for i in "$@" do |