Makefiles use tabs

The indentation in Makefiles is tabs. Without this change it failed for me with:

    Makefile:4: *** missing separator.  Stop
master
Volker Mische 8 years ago committed by GitHub
parent 26c9b9bc8f
commit 08ecf0db1e
  1. 2
      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

Loading…
Cancel
Save