From 00b5718bda7a9e806b63b34315e94f65cee00f03 Mon Sep 17 00:00:00 2001
From: ch <ch>
Date: Sat, 12 May 1990 16:41:10 +0000
Subject: [PATCH] Made dependencies.

---
 ldb/Makefile.orig | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ldb/Makefile.orig b/ldb/Makefile.orig
index 08159cb59..cf28f6a7b 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.9 1990/05/10 17:50:58 wlott Exp $
+# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/Makefile.orig,v 1.10 1990/05/12 16:41:10 ch Exp $
 CFLAGS = -g
 
 OBJS = ldb.o egets.o coreparse.o alloc.o monitor.o print.o \
@@ -41,6 +41,8 @@ lisp.h:
 	@echo "You must run genesis to create lisp.h!"
 	@false
 
+depend: depends
+
 depends:
 	rm -f Makefile.BAK
 	ln Makefile Makefile.BAK
@@ -122,6 +124,8 @@ parse.o: globals.h
 parse.o: lisp.h
 parse.o: vars.h
 parse.o: parse.h
+parse.o: interrupt.h
+parse.o: lispregs.h
 print.o: print.c
 print.o: ldb.h
 print.o: print.h
-- 
GitLab