1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Remove distribute variable from Makefiles

This commit is contained in:
Ulrich Drepper
2012-03-07 05:17:13 -05:00
parent 482ff4dae9
commit a4300c7a4d
53 changed files with 107 additions and 378 deletions

View File

@ -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