Ingore jemalloc make distclean error in Makefile, caused by make clean against a tree that never compiled jemalloc.

This commit is contained in:
antirez 2011-07-05 13:27:21 +02:00
parent 208092ad70
commit 10ba492fa3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ clean:
cd src && $(MAKE) $@
cd deps/hiredis && $(MAKE) $@
cd deps/linenoise && $(MAKE) $@
cd deps/jemalloc && $(MAKE) distclean
-(cd deps/jemalloc && $(MAKE) distclean)
$(TARGETS):
cd src && $(MAKE) $@