mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Rename $(here) to $(d) for brevity, and remove trailing slash
This commit is contained in:
parent
9a14d5e2f3
commit
754c05ed6c
12 changed files with 49 additions and 39 deletions
|
@ -1,5 +1,5 @@
|
|||
LIBS += libformat
|
||||
|
||||
libformat_DIR := $(here)
|
||||
libformat_DIR := $(d)
|
||||
|
||||
libformat_SOURCES = format_implementation.cc free_funcs.cc parsing.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue