From e0234dfddc8343a6bca80ba6e6e93d083ce51a85 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 30 Jan 2014 12:11:06 +0100 Subject: Rename Makefile -> local.mk --- src/nix-hash/Makefile | 7 ------- src/nix-hash/local.mk | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 src/nix-hash/Makefile create mode 100644 src/nix-hash/local.mk (limited to 'src/nix-hash') diff --git a/src/nix-hash/Makefile b/src/nix-hash/Makefile deleted file mode 100644 index 062e4d13b29e..000000000000 --- a/src/nix-hash/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -PROGRAMS += nix-hash - -nix-hash_DIR := $(d) - -nix-hash_SOURCES := $(d)/nix-hash.cc - -nix-hash_LIBS = libmain libstore libutil libformat diff --git a/src/nix-hash/local.mk b/src/nix-hash/local.mk new file mode 100644 index 000000000000..062e4d13b29e --- /dev/null +++ b/src/nix-hash/local.mk @@ -0,0 +1,7 @@ +PROGRAMS += nix-hash + +nix-hash_DIR := $(d) + +nix-hash_SOURCES := $(d)/nix-hash.cc + +nix-hash_LIBS = libmain libstore libutil libformat -- cgit 1.4.1