From b9f139241c0f63c7b7f7c025548442a3589b161b Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 17 Jan 2002 10:21:02 +0000 Subject: [PATCH] change the install prefix to /usr/local --- util/mkelfImage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mkelfImage/Makefile b/util/mkelfImage/Makefile index 1892398630..a574af5c5f 100644 --- a/util/mkelfImage/Makefile +++ b/util/mkelfImage/Makefile @@ -4,7 +4,7 @@ # that way it survives across cvs updates. # Then do a 'make install' # the result will be a directory tree that you can run mkelfImage in -PREFIX=/users/rminnich/src/bios/mkelf +PREFIX=/usr/local/ PERLPATH=/usr/bin/perl VERSION="1.9" DATE="7 January 2002"