From 3720ba58a4b065df0f4b60470f797e83784af4f0 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 24 May 1991 19:32:40 +0000
Subject: [PATCH] Use /usr/cs/lib/cpp instead of /lib/cpp so that MACH is
 defined.

---
 ldb/Makefile.boot | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ldb/Makefile.boot b/ldb/Makefile.boot
index 267e80e62..673c09d5a 100644
--- a/ldb/Makefile.boot
+++ b/ldb/Makefile.boot
@@ -1,7 +1,7 @@
 # Makefile for generating the real Makefile.
-# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/Makefile.boot,v 1.1 1990/10/21 14:40:35 wlott Exp $
+# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/Makefile.boot,v 1.2 1991/05/24 19:32:40 wlott Exp $
 #
 
 Makefile: Makefile.orig
-	/lib/cpp < Makefile.orig > Makefile.NEW
+	/usr/cs/lib/cpp < Makefile.orig > Makefile.NEW
 	mv Makefile.NEW Makefile
-- 
GitLab