diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-22 13:01:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-22 13:01:43 +0000 |
commit | 1581f8c9feb992568c0f36d2c76d43f7a75a4750 (patch) | |
tree | fd86b2f947da0e879eae266d65bddf7d3470dae9 /gprof/ChangeLog | |
parent | 45288df104aeefbd6fb98ac40659b1aec6b6bb65 (diff) | |
download | gdb-1581f8c9feb992568c0f36d2c76d43f7a75a4750.zip gdb-1581f8c9feb992568c0f36d2c76d43f7a75a4750.tar.gz gdb-1581f8c9feb992568c0f36d2c76d43f7a75a4750.tar.bz2 |
Ensure /usr/include and the like stay out of dependencies.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 400c834..06723ca 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,9 @@ +2000-06-22 Alan Modra <alan@linuxcare.com.au> + + * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we + find one. + * Makefile.in: Regenerate. + 2000-06-20 Alan Modra <alan@linuxcare.com.au> * source.c (annotate_source): Correct pointer comparison when |