summaryrefslogtreecommitdiff
path: root/libc/malloc/Makefile
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-11-06 23:03:08 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-11-06 23:03:08 +0000
commit036dfd44bcc8ed8e97dcd9c763f61d3b59796941 (patch)
tree27fe47c83800c73d61262ea4e70b211f6753e516 /libc/malloc/Makefile
parentfe2ed5aaa408e1ab996a9fe1595a05634208a79c (diff)
downloadeglibc2-036dfd44bcc8ed8e97dcd9c763f61d3b59796941.tar.gz
Merge changes between r24305 and r24468 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@24469 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/malloc/Makefile')
-rw-r--r--libc/malloc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc/Makefile b/libc/malloc/Makefile
index 9ca8edf67..cdf55c85d 100644
--- a/libc/malloc/Makefile
+++ b/libc/malloc/Makefile
@@ -86,7 +86,7 @@ install-bin-script += memusage
generated += memusagestat memusage
extra-objs += memusagestat.o
-# The configure.in check for libgd and its headers did not use $SYSINCLUDES.
+# The configure.ac check for libgd and its headers did not use $SYSINCLUDES.
# The directory specified by --with-headers usually contains only the basic
# kernel interface headers, not something like libgd. So the simplest thing
# is to presume that the standard system headers will be ok for this file.