diff --git a/ldb/Makefile.orig b/ldb/Makefile.orig index 08159cb5919988049c7a46b96f25ee7bc0d57144..cf28f6a7ba6f030850192fff3e1b294a0dce5b0c 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