diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-27 23:57:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-27 23:57:15 +0000 |
commit | 572d7b385f0229d2f7a9f5768fad6a545686eb9c (patch) | |
tree | b8c8bb1368a41da6331552963b4fd4b3137d450a /Makefile | |
parent | 3171ae9909fdcdc093386d714ee870e41c9ffa88 (diff) | |
download | glibc-572d7b385f0229d2f7a9f5768fad6a545686eb9c.tar.gz |
(distribute): Add missing line continuation.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ output-format.sed gen-as-const.awk \ merge-abilist.awk extract-abilist.awk \ rpm2dynsym.sh \ - ) + ) \ $(wildcard abilist/*.abilist) distribute := $(strip $(distribute)) |