diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-27 06:01:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-27 06:01:17 +0000 |
commit | a341068d141628c9bad9688bd6864bd89c077ee1 (patch) | |
tree | c2129f8bff3fd2c187b730852b5f617d38cdacdd /gmon | |
parent | 6da16f877c43168af6a177ac45f23f87d896454d (diff) | |
download | glibc-a341068d141628c9bad9688bd6864bd89c077ee1.zip glibc-a341068d141628c9bad9688bd6864bd89c077ee1.tar.gz glibc-a341068d141628c9bad9688bd6864bd89c077ee1.tar.bz2 |
Update.
2001-03-26 Ulrich Drepper <drepper@redhat.com>
* sysdeps/ia64/fpu/Dist: Add new files to distribute.
* sysdeps/unix/sysv/linux/s390/s390-64/Dist: Likewise.
* sysdeps/unix/sysv/linux/ia64/Dist: Likewise.
* gmon/Makefile (headers): Add sys/profil.h.
Diffstat (limited to 'gmon')
-rw-r--r-- | gmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmon/Makefile b/gmon/Makefile index 48f367f..3c885ba 100644 --- a/gmon/Makefile +++ b/gmon/Makefile @@ -21,7 +21,7 @@ # subdir := gmon -headers := sys/gmon.h sys/gmon_out.h +headers := sys/gmon.h sys/gmon_out.h sys/profil.h distribute := machine-gmon.h profil-counter.h routines := gmon mcount profil sprofil bb_init_func bb_exit_func prof-freq |