Fix more test refactoring issues.

This commit is contained in:
Jason Evans 2013-12-05 21:43:46 -08:00
parent 14990b83d1
commit dc1bed6227
8 changed files with 113 additions and 109 deletions

View file

@ -11,8 +11,9 @@ extern "C" {
EOF
for hdr in jemalloc_macros.h jemalloc_protos.h jemalloc_mangle.h ; do
cat "${objroot}include/jemalloc/${hdr}"
for hdr in jemalloc_defs.h jemalloc_macros.h jemalloc_protos.h \
jemalloc_mangle.h ; do
cat "${objroot}include/jemalloc/${hdr}" | grep -v 'Generated from .* by configure\.'
echo
done