diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 03:46:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 03:46:36 +0000 |
commit | cf2964e2b797e7525f02761e545283f6baff4bac (patch) | |
tree | e86e56ef8f0e8484d97c468f438c102c39c34ac4 /soft-fp/Makefile | |
parent | 002ab0343498d415f87a14c91e5484aa708f8203 (diff) | |
download | glibc-cf2964e2b797e7525f02761e545283f6baff4bac.tar glibc-cf2964e2b797e7525f02761e545283f6baff4bac.tar.gz glibc-cf2964e2b797e7525f02761e545283f6baff4bac.tar.bz2 glibc-cf2964e2b797e7525f02761e545283f6baff4bac.zip |
Update.
* Makefile (distribute): Add include/shlib-compat.h.
Diffstat (limited to 'soft-fp/Makefile')
-rw-r--r-- | soft-fp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |