diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-27 22:48:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-27 22:48:49 +0000 |
commit | abbedc3f813d5772944b744f6956772b04518424 (patch) | |
tree | 79c81b013173c68f36710f3872c852ce5692d95b /Makefile | |
parent | 4881449817f36dd3c26df8f00a6e048f11990c3a (diff) | |
download | glibc-abbedc3f813d5772944b744f6956772b04518424.zip glibc-abbedc3f813d5772944b744f6956772b04518424.tar.gz glibc-abbedc3f813d5772944b744f6956772b04518424.tar.bz2 |
2003-03-27 Roland McGrath <roland@redhat.com>
* scripts/rpm2dynsym.sh: New file.
* Makefile (distribute): Add it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -283,7 +283,9 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ gen-sorted.awk abi-versions.awk abilist.awk \ firstversions.awk documented.sh cpp \ output-format.sed gen-as-const.awk \ - merge-abilist.awk extract-abilist.awk) \ + merge-abilist.awk extract-abilist.awk \ + rpm2dynsym.sh \ + ) $(wildcard abilist/*.abilist) distribute := $(strip $(distribute)) |