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:37 +02:00
parent 847fc09855
commit 0462d983c2
+1 -1
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) $@