summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-27 22:48:49 +0000
committerRoland McGrath <roland@gnu.org>2003-03-27 22:48:49 +0000
commitabbedc3f813d5772944b744f6956772b04518424 (patch)
tree79c81b013173c68f36710f3872c852ce5692d95b /Makefile
parent4881449817f36dd3c26df8f00a6e048f11990c3a (diff)
2003-03-27 Roland McGrath <roland@redhat.com>
* scripts/rpm2dynsym.sh: New file. * Makefile (distribute): Add it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d09792c213..2ddc01efce 100644
--- a/Makefile
+++ b/Makefile
@@ -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))