diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-07 21:55:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-07 21:55:12 +0000 |
commit | cc1b826866c65da5f902e5e037acccc6e4940e05 (patch) | |
tree | 6f88e071ed160ec3a5ab2aca661b3efcbe7e083f /Makefile | |
parent | 99343c05798b1b2c743b6d6b923b01a5fe32a8bd (diff) | |
download | glibc-cc1b826866c65da5f902e5e037acccc6e4940e05.tar glibc-cc1b826866c65da5f902e5e037acccc6e4940e05.tar.gz glibc-cc1b826866c65da5f902e5e037acccc6e4940e05.tar.bz2 glibc-cc1b826866c65da5f902e5e037acccc6e4940e05.zip |
2002-12-07 Roland McGrath <roland@redhat.com>
* Makerules ($(common-objpfx)format.lds): New target.
(common-generated): Add it.
($(inst_libdir)/libc.so): Depend on that, and cat it into the result.
* scripts/output-format.sed: New file.
* Makefile (distribute): Add it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -279,7 +279,8 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ mkinstalldirs move-if-change install-sh \ test-installation.pl gen-FAQ.pl versions.awk\ gen-sorted.awk abi-versions.awk abilist.awk \ - firstversions.awk documented.sh cpp) + firstversions.awk documented.sh cpp \ + output-format.sed) distribute := $(strip $(distribute)) generated := $(generated) stubs.h |