From b61e67ea0914a2ffe242670d4121649212c6158b Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 13 Sep 2001 07:15:45 +0000 Subject: Added missing quote in variable assignment. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2353 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/uxpv4.1_ES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/make/known-architectures') diff --git a/lib/make/known-architectures/uxpv4.1_ES b/lib/make/known-architectures/uxpv4.1_ES index 21f38f6c..0035c8b3 100644 --- a/lib/make/known-architectures/uxpv4.1_ES +++ b/lib/make/known-architectures/uxpv4.1_ES @@ -30,7 +30,7 @@ else if test "$LD" = "CC" ; then # C++ compiler only takes static libs by default # but we also want socket lib - : ${LIBS="fj90fv fj90f fj90 fj90f} + : ${LIBS="fj90fv fj90f fj90 fj90f"} : ${LDFLAGS="-d y /usr/lib/libsocket.so /usr/lib/libvfl.so"} else : ${LIBS="fj90fv fj90f fj90 socket"} @@ -44,3 +44,4 @@ else fi fi + -- cgit v1.2.3