OSDN Git Service

ldso: minor fixes to implicit search path
[uclinux-h8/uClibc.git] / ldso / man / Makefile
1 # Makefile for uClibc
2 #
3 # Copyright (C) 2000,2001,2005 Erik Andersen <andersen@uclibc.org>
4 #
5 # Derived in part from the Linux-8086 C library, the GNU C Library, and several
6 # other sundry sources.  Files within this library are copyright by their
7 # respective copyright holders.
8 #
9 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
10 #
11
12 include ../Config.mk
13
14 ALL = #ld.so.info
15
16 all:    $(ALL)
17
18 ld.so.info: ld.so.texi
19         makeinfo $<
20
21 clean:
22         $(RM) $(ALL) *~