1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Make indentation in makesfiles consistent

Tab (as required) for rules, two spaces for `if`...`endif`.
This commit is contained in:
John Ericson 2024-01-10 20:26:02 -05:00
parent 57dc4fc878
commit f9e5eb5f0a
4 changed files with 13 additions and 13 deletions

View file

@ -18,7 +18,7 @@ libexpr_LIBS = libutil libstore libfetchers
libexpr_LDFLAGS += -lboost_context -pthread
ifdef HOST_LINUX
libexpr_LDFLAGS += -ldl
libexpr_LDFLAGS += -ldl
endif
# The dependency on libgc must be propagated (i.e. meaning that