From cf2964e2b797e7525f02761e545283f6baff4bac Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 14 Jun 2000 03:46:36 +0000 Subject: Update. * Makefile (distribute): Add include/shlib-compat.h. --- soft-fp/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'soft-fp') diff --git a/soft-fp/Makefile b/soft-fp/Makefile index c4cfbaa4e9..7b7e0edda6 100644 --- a/soft-fp/Makefile +++ b/soft-fp/Makefile @@ -35,6 +35,9 @@ gcc-quad-routines := negtf2 addtf3 subtf3 multf3 divtf3 eqtf2 \ trunctfdf2 sqrttf2 distribute := double.h op-1.h op-2.h op-4.h op-common.h quad.h \ - single.h soft-fp.h extended.h ChangeLog Banner configure + single.h soft-fp.h extended.h ChangeLog Banner configure \ + $(addsuffix .c,$(gcc-single-routines)) \ + $(addsuffix .c,$(gcc-double-routines)) \ + $(addsuffix .c,$(gcc-quad-routines)) include ../Rules -- cgit v1.2.3