diff options
author | Jason Evans <je@fb.com> | 2014-09-03 00:49:29 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2014-09-03 00:49:29 (GMT) |
commit | f34f6037e8d9836f7cddc02ad349dc72964bbcc7 (patch) | |
tree | 99f319d0860841cdd3dbf0346c8c15f5f55e88a4 /Makefile.in | |
parent | a5a658ab48f7dfa7fd134e505ef23304eaa0ce54 (diff) | |
download | jemalloc-f34f6037e8d9836f7cddc02ad349dc72964bbcc7.zip jemalloc-f34f6037e8d9836f7cddc02ad349dc72964bbcc7.tar.gz jemalloc-f34f6037e8d9836f7cddc02ad349dc72964bbcc7.tar.bz2 |
Disable autom4te cache.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index dfafe45..b5f0ee9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -400,7 +400,6 @@ clean: rm -f $(objroot)*.gcov.* distclean: clean - rm -rf $(objroot)autom4te.cache rm -f $(objroot)bin/jemalloc.sh rm -f $(objroot)config.log rm -f $(objroot)config.status |