diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-31 01:37:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-31 01:37:38 +0000 |
commit | e2d432ecf053ec5f69f42263b69daee149d9f345 (patch) | |
tree | f0c5a1dd1f0b53b02a8633fe911be3674348b244 /ldso/util/.cvsignore | |
parent | 62d35f17c6463a9de72ad94a81bfb1900b629562 (diff) |
make sure all utilities will build even with older toolchains by
using our own local elf.h header rather than the system one.
-Erik
Diffstat (limited to 'ldso/util/.cvsignore')
-rw-r--r-- | ldso/util/.cvsignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ldso/util/.cvsignore b/ldso/util/.cvsignore index d8832730f..987ab3d9f 100644 --- a/ldso/util/.cvsignore +++ b/ldso/util/.cvsignore @@ -1,5 +1,6 @@ ldd ldd.target -ldconfig readelf readelf.target +ldconfig +elf.h |