From ef490c422037a245a56d1d16e6d1905fd5e79587 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Fri, 23 Jul 2004 10:04:09 +0000 Subject: [PATCH] Updates. committer: mfx 1090577049 +0000 --- README.SRC | 4 ++-- src/Makefile | 2 +- src/stub/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.SRC b/README.SRC index 9334d77d..6d511b08 100644 --- a/README.SRC +++ b/README.SRC @@ -81,8 +81,8 @@ To compile the packer sources set the environment variable UCLDIR to point to your UCL installation, e.g. - set UCLDIR=c:\src\ucl-1.02 (DOS / Windows) - export UCLDIR=$HOME/local/src/ucl-1.02 (Unix) + set UCLDIR=c:\src\ucl-1.03 (DOS / Windows) + export UCLDIR=$HOME/local/src/ucl-1.03 (Unix) then type diff --git a/src/Makefile b/src/Makefile index 2bd70a31..798f60e9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -25,7 +25,7 @@ ifeq ($(strip $(UCLDIR)),) # change this to reflect where the UCL library is -UCLDIR = $(HOME)/local/src/ucl-1.02 +UCLDIR = $(HOME)/local/src/ucl-1.03 endif ## you can set the default target here diff --git a/src/stub/Makefile b/src/stub/Makefile index 82f1eb6f..0477fd5c 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -7,7 +7,7 @@ ifeq ($(strip $(UCLDIR)),) # change this to reflect where the UCL library is -UCLDIR = $(HOME)/local/src/ucl-1.02 +UCLDIR = $(HOME)/local/src/ucl-1.03 endif