From 572d7b385f0229d2f7a9f5768fad6a545686eb9c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 27 Mar 2003 23:57:15 +0000 Subject: [PATCH] (distribute): Add missing line continuation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ddc01e..1200c37 100644 --- a/Makefile +++ b/Makefile @@ -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)) -- 2.7.4