From e25318d0f19789fee4526b3e476a92a6afff5926 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Fri, 10 Nov 2000 03:29:51 +0000 Subject: [PATCH] Default to UCL 0.92. committer: mfx 973826991 +0000 --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 9d46cc60..57d8e85a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,7 +13,7 @@ ifeq ($(strip $(UCLDIR)),) # change this to reflect where the UCL library is -UCLDIR = $(HOME)/local/src/ucl-0.91 +UCLDIR = $(HOME)/local/src/ucl-0.92 endif DEBUG = 0 @@ -150,7 +150,7 @@ LDFLAGS += $(LDLIBDIRS) ### -### linux +### linux/i386 ### ifeq ($(target),linux)