diff options
author | Jason Evans <jasone@canonware.com> | 2010-01-17 09:49:20 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2010-01-17 09:49:20 (GMT) |
commit | b0fd5016db74678476868abb380170b319a50480 (patch) | |
tree | 119b341daefeb358581d8979a762f85702014a45 /.gitignore | |
parent | bbaaecb729e8f979abcaac8e82d4b62a941a40cf (diff) | |
download | jemalloc-b0fd5016db74678476868abb380170b319a50480.zip jemalloc-b0fd5016db74678476868abb380170b319a50480.tar.gz jemalloc-b0fd5016db74678476868abb380170b319a50480.tar.bz2 |
Add the --with-install-suffix configure option.
Fix some bugs in the Makefile's install target.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,5 +8,9 @@ /jemalloc/doc/jemalloc.3 /jemalloc/lib/ /jemalloc/Makefile +/jemalloc/src/internal/jemalloc_internal\.h +/jemalloc/src/internal/mtrgraph_defs\.h +/jemalloc/src/internal/mtrplay_defs\.h +/jemalloc/src/jemalloc\.h /jemalloc/src/jemalloc_defs\.h /jemalloc/src/*.[od] |