From: Ivan Maidanski Date: Tue, 24 May 2016 21:28:08 +0000 (+0300) Subject: Remove reference to deleted TODO file from Makefile X-Git-Tag: gc7_6_0~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d4c950bae00b166d8deac5aee00b4ed27a65347;p=gc Remove reference to deleted TODO file from Makefile (fix commit f511a85) * Makefile.am (EXTRA_DIST): Remove "TODO" file. * Makefile.direct (DOC_FILES): Likewise. --- diff --git a/Makefile.am b/Makefile.am index cef323ba..03449aaf 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 98e0aed9..b11bdb2b 100644 --- a/Makefile.direct +++ b/Makefile.direct @@ -118,7 +118,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.hp doc/README.linux doc/README.rs6000 \