The indentation in Makefiles is tabs. Without this change it failed for me with: Makefile:4: *** missing separator. Stopmaster
parent
26c9b9bc8f
commit
08ecf0db1e
@ -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 |
||||
|
Loading…
Reference in new issue