summaryrefslogtreecommitdiff
path: root/ldso/man/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-11 23:08:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-11 23:08:10 +0200
commitff8e1ce2a6fe6ed135ea0444ce048668a8890b3e (patch)
treee6328904d00cafd495c1bb2e8ee5b4f1163aeca6 /ldso/man/Makefile
parent197a82dd6d478b98cfe499b31cf6e2cfde682314 (diff)
remove outdated manpages and README's for ld.so/linuxthreads
Diffstat (limited to 'ldso/man/Makefile')
-rw-r--r--ldso/man/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/ldso/man/Makefile b/ldso/man/Makefile
deleted file mode 100644
index d36225f52..000000000
--- a/ldso/man/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Makefile for uClibc
-#
-# Copyright (C) 2000,2001,2005 Erik Andersen <andersen@uclibc.org>
-#
-# Derived in part from the Linux-8086 C library, the GNU C Library, and several
-# other sundry sources. Files within this library are copyright by their
-# respective copyright holders.
-#
-# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
-#
-
-include ../Config.mk
-
-ALL = #ld.so.info
-
-all: $(ALL)
-
-ld.so.info: ld.so.texi
- makeinfo $<
-
-clean:
- $(RM) $(ALL) *~