1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 12:41:00 +01:00

Change dependency file names from foo.dep to .foo.o.dep

This commit is contained in:
Eelco Dolstra 2014-02-01 11:31:25 +01:00
parent 4271927c5b
commit f324b49ea1
6 changed files with 14 additions and 12 deletions

6
lib.mk
View file

@ -45,11 +45,7 @@ ifeq ($(BUILD_DEBUG), 1)
endif
# Utility function for recursively finding files, e.g.
# $(call rwildcard, path/to/dir, *.c *.h).
rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))
include mk/functions.mk
include mk/tracing.mk
include mk/clean.mk
include mk/dist.mk