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)