From 9c3e9572515f11ebec1321d2b683abb60da3fe9e Mon Sep 17 00:00:00 2001 From: Jim Fulton Date: Sat, 28 Jun 2003 13:27:57 +0000 Subject: [PATCH] Updated the depenencies to reflect changes in the sample code for building new types. --- Doc/Makefile.deps | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 55d8de0b6a5f..fc424bdbb8dc 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -60,8 +60,10 @@ EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ ext/building.tex \ ext/windows.tex \ ext/embedding.tex \ - ext/cycle-gc.c \ ext/noddy.c \ + ext/noddy2.c \ + ext/noddy3.c \ + ext/noddy4.c \ ext/run-func.c \ texinputs/typestruct.h \ texinputs/reportingbugs.tex -- 2.47.3