From 08ecf0db1e746b966757702c1f3fbf4e96c084aa Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Thu, 16 Feb 2017 16:57:47 +0100 Subject: [PATCH] Makefiles use tabs The indentation in Makefiles is tabs. Without this change it failed for me with: Makefile:4: *** missing separator. Stop --- librocksdb-sys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librocksdb-sys/Makefile b/librocksdb-sys/Makefile index 8e5405a..07dc2f5 100644 --- a/librocksdb-sys/Makefile +++ b/librocksdb-sys/Makefile @@ -1,6 +1,6 @@ include rocksdb/src.mk rocksdb_lib_sources.txt: rocksdb/src.mk - @echo -n ${LIB_SOURCES} > rocksdb_lib_sources.txt + @echo -n ${LIB_SOURCES} > rocksdb_lib_sources.txt gen_lib_sources: rocksdb_lib_sources.txt