diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-03-07 05:17:13 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-03-07 05:17:13 -0500 |
commit | a4300c7a4d65e24a4a0215460c063ea9c7b4605a (patch) | |
tree | 228de57e9b32df7a9e8b78e18095a1512c5cafb9 /stdlib/Makefile | |
parent | 482ff4dae91cf9a288284072d1a299868db7a634 (diff) | |
download | glibc-a4300c7a4d65e24a4a0215460c063ea9c7b4605a.zip glibc-a4300c7a4d65e24a4a0215460c063ea9c7b4605a.tar.gz glibc-a4300c7a4d65e24a4a0215460c063ea9c7b4605a.tar.bz2 |
Remove distribute variable from Makefiles
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index efdf873..44eb20d 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -59,8 +59,6 @@ aux = grouping groupingwc tens_in_limb # linked against when the shared library will be used. static-only-routines = atexit at_quick_exit -distribute := exit.h grouping.h abort-instr.h isomac.c tst-fmtmsg.sh \ - allocalim.h test-srcs := tst-fmtmsg tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ test-canon test-canon2 tst-strtoll tst-environ \ @@ -87,7 +85,6 @@ routines := $(strip $(routines) $(mpn-routines)) \ dbl2mpn ldbl2mpn \ mpn2flt mpn2dbl mpn2ldbl aux += fpioconst mp_clz_tab -distribute := $(distribute) $(mpn-headers) fpioconst.h tst-putenvmod.c tests-extras += tst-putenvmod extra-test-objs += tst-putenvmod.os |