about summary refs log tree commit diff
path: root/stdlib
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-10-10 00:42:24 +0000
committerUlrich Drepper <drepper@redhat.com>2002-10-10 00:42:24 +0000
commitd0883b4894755196babd57ef1584cce4b335ffd0 (patch)
treed8be631f6317185f720c4baef75846dea0c0e82a /stdlib
parent3459388894300c3d730a730520dee3955ba90641 (diff)
downloadglibc-d0883b4894755196babd57ef1584cce4b335ffd0.tar.gz
glibc-d0883b4894755196babd57ef1584cce4b335ffd0.tar.xz
glibc-d0883b4894755196babd57ef1584cce4b335ffd0.zip
Update.
	* Make-dist: Add back one of the tar invocations removed before.

	* stdlib/Makefile (distribute): Add allocalim.h.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 18adf35624..b4f2758d57 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -55,7 +55,8 @@ routines	:=							      \
 # linked against when the shared library will be used.
 static-only-routines = atexit
 
-distribute	:= exit.h grouping.h abort-instr.h isomac.c tst-fmtmsg.sh
+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	   \