diff options
| author | Jason Evans <jasone@canonware.com> | 2010-04-14 22:07:37 (GMT) |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2010-04-14 22:07:37 (GMT) |
| commit | 1af6ac42e303f229d5e8bb38252b1fb7371081b2 (patch) | |
| tree | 0199eb3067af365c1c5268a49cf4b76d7efd2e15 /jemalloc/Makefile.in | |
| parent | 552339916925c5432e51ab78864fe63edba9298d (diff) | |
| parent | 5055f4516c8852e67668b0e746863a7d6a1c148e (diff) | |
| download | jemalloc-1.0.1.zip jemalloc-1.0.1.tar.gz jemalloc-1.0.1.tar.bz2 | |
Merge branch 'dev'1.0.1
Diffstat (limited to 'jemalloc/Makefile.in')
| -rw-r--r-- | jemalloc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jemalloc/Makefile.in b/jemalloc/Makefile.in index ce70588..ac9b782 100644 --- a/jemalloc/Makefile.in +++ b/jemalloc/Makefile.in @@ -112,6 +112,7 @@ clean: rm -f $(DSOS) distclean: clean + rm -rf @objroot@autom4te.cache rm -f @objroot@config.log rm -f @objroot@config.status rm -f @objroot@cfghdrs.stamp @@ -120,7 +121,6 @@ distclean: clean rm -f @cfgoutputs_out@ relclean: distclean - rm -rf @objroot@autom4te.cache rm -f @objroot@configure rm -f @srcroot@VERSION |
