From 968eb11a25728a3a3d25d0900418599b5ff9a4d8 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 5 Jun 1991 20:35:36 +0000
Subject: [PATCH] typo

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

diff --git a/ldb/Makefile.orig b/ldb/Makefile.orig
index 24e4860de..e4aaffb67 100644
--- a/ldb/Makefile.orig
+++ b/ldb/Makefile.orig
@@ -1,4 +1,4 @@
-/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/Makefile.orig,v 1.20 1991/05/24 17:25:00 wlott Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/Makefile.orig,v 1.21 1991/06/05 20:35:36 wlott Exp $ */
 INCLS = -I.
 
 OBJS = ldb.o egets.o coreparse.o alloc.o monitor.o print.o \
@@ -90,7 +90,7 @@ arch.c:
 arch.o: arch.c
 	cc ${CFLAGS} -G 0 -c arch.c
 interrupt.o: interrupt.c
-	cc ${CFLAGS} -G 0 -c interrupt.o
+	cc ${CFLAGS} -G 0 -c interrupt.c
 
 assem.o: assem.s lisp.h lispregs.h globals.h
 	as -G 0 -o $@ assem.s
-- 
GitLab