diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-03-31 14:34:12 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-03-31 14:34:12 +0000 |
commit | d5b49230311da1d55d861c1b8fd759b9bec08f1b (patch) | |
tree | 74f7c3c3f6092eaf958234a4cc790d043f39af22 /Makefile.in | |
parent | 2c7278c7e5ee0517be2b29a52bf717966c3a7dc0 (diff) |
- Removed TODO file
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1796 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index a7b884c..45cf067 100644 --- a/Makefile.in +++ b/Makefile.in @@ -52,7 +52,7 @@ host_triplet = @host@ subdir = . DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.h.in AUTHORS COPYING INSTALL NEWS README TODO \ + $(srcdir)/config.h.in AUTHORS COPYING INSTALL NEWS README \ config.guess config.sub depcomp install-sh missing ylwrap \ ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |