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 /debug | |
parent | 482ff4dae91cf9a288284072d1a299868db7a634 (diff) | |
download | glibc-a4300c7a4d65e24a4a0215460c063ea9c7b4605a.tar glibc-a4300c7a4d65e24a4a0215460c063ea9c7b4605a.tar.gz glibc-a4300c7a4d65e24a4a0215460c063ea9c7b4605a.tar.bz2 glibc-a4300c7a4d65e24a4a0215460c063ea9c7b4605a.zip |
Remove distribute variable from Makefiles
Diffstat (limited to 'debug')
-rw-r--r-- | debug/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debug/Makefile b/debug/Makefile index 4055211083..fb8c28572f 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -21,7 +21,6 @@ subdir := debug headers := execinfo.h -distribute = sigcontextinfo.h register-dump.h frame.h routines = backtrace backtracesyms backtracesymsfd noophooks \ memcpy_chk memmove_chk mempcpy_chk memset_chk stpcpy_chk \ @@ -138,7 +137,6 @@ install-bin-script = xtrace include ../Makeconfig -distribute += catchsegv.sh xtrace.sh ifeq ($(build-shared),yes) install-bin-script += catchsegv endif |