From a9a67d6dcadb3f839109c1f13e3e77f0b403efd0 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 25 May 2016 00:28:08 +0300 Subject: [PATCH] Remove reference to deleted TODO file from Makefile (fix commit f511a85) * Makefile.am (EXTRA_DIST): Remove "TODO" file. * Makefile.direct (DOC_FILES): Likewise. --- Makefile.am | 2 +- Makefile.direct | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index fc581b02..f46456d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -165,7 +165,7 @@ CCASFLAGS += $(DEFS) # documentation which is not installed # -EXTRA_DIST += README.QUICK TODO +EXTRA_DIST += README.QUICK # other makefiles # :GOTCHA: deliberately we do not include 'Makefile' diff --git a/Makefile.direct b/Makefile.direct index a341e071..6a7e94d9 100644 --- a/Makefile.direct +++ b/Makefile.direct @@ -117,7 +117,7 @@ SRCS= $(CSRCS) \ ia64_save_regs_in_stack.s sparc_mach_dep.S \ sparc_netbsd_mach_dep.s sparc_sunos4_mach_dep.s $(CORD_SRCS) -DOC_FILES= README.QUICK TODO doc/README.Mac doc/README.OS2 \ +DOC_FILES= README.QUICK doc/README.Mac doc/README.OS2 \ doc/README.amiga doc/README.cords doc/debugging.html \ doc/finalization.html doc/porting.html doc/overview.html \ doc/README.dj doc/README.hp doc/README.linux doc/README.rs6000 \ -- 2.40.0