diff options
author | Fred Drake <fdrake@acm.org> | 1999-10-29 17:27:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-10-29 17:27:08 (GMT) |
commit | 5a3194688dcb561442c9edee1c4f51a3ef76b0ff (patch) | |
tree | 8d42abf7b9fa07ff340bede0a3d89da131516dc2 /Doc | |
parent | 47a27b664039a01d8058d1760d836a814cd3d640 (diff) | |
download | cpython-5a3194688dcb561442c9edee1c4f51a3ef76b0ff.zip cpython-5a3194688dcb561442c9edee1c4f51a3ef76b0ff.tar.gz cpython-5a3194688dcb561442c9edee1c4f51a3ef76b0ff.tar.bz2 |
Added dependency on filecmp section, removed dependencies on cmp and
cmpcache sections.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile.deps | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 4f0511d..e360cfd 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -187,8 +187,7 @@ LIBFILES= ../lib/lib.tex \ ../lib/liblinecache.tex \ ../lib/libnew.tex \ ../lib/libdircache.tex \ - ../lib/libcmp.tex \ - ../lib/libcmpcache.tex \ + ../lib/libfilecmp.tex \ ../lib/libstatcache.tex \ ../lib/libsunau.tex \ ../lib/libwave.tex \ |