From 081b1feb2db594206646563d9b857a32e6acb21d Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 10 Apr 1995 18:39:12 +0000 Subject: Make prefix and exec_prefix point at the currently correct place. --- Makeconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makeconf b/Makeconf index 8733d5ee..08fe1a3d 100644 --- a/Makeconf +++ b/Makeconf @@ -40,8 +40,8 @@ all: # Root of installation and source directories -prefix := /home/gd4/hurdinst -exec_prefix := /home/gd4/hurdinst +prefix := /home/gd4/hurd-cross/hurd-image +exec_prefix := $(prefix) srcdir := /home/gd4/gnu/hurd # Where to install things -- cgit v1.2.3