1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Fix fallout from Joseph's untested Makeconfig change.

This commit is contained in:
Roland McGrath
2014-02-28 13:00:27 -08:00
parent ff71cc373b
commit f08e9a2629
20 changed files with 62 additions and 38 deletions

View File

@ -53,7 +53,7 @@ CPPFLAGS-memusagestat = -DNOT_IN_libc
# The Perl script to analyze the output of the mtrace functions.
ifneq ($(PERL),no)
install-bin-script = mtrace
generated = mtrace
generated += mtrace
# The Perl script will print addresses and to do this nicely we must know
# whether we are on a 32 or 64 bit machine.