Update Makefile variable names

This commit is contained in:
Eelco Dolstra
2014-02-01 13:54:38 +01:00
parent ac8c2ef1aa
commit 16e7d69209
18 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
PROGRAMS += bsdiff bspatch
programs += bsdiff bspatch
bsdiff_DIR := $(d)
bsdiff_SOURCES := $(d)/bsdiff.c
@@ -10,4 +10,4 @@ bspatch_SOURCES := $(d)/bspatch.c
bspatch_LDFLAGS = -lbz2 $(bsddiff_compat_include)
bspatch_INSTALL_DIR = $(libexecdir)/nix
dist_files += $(d)/compat-include/*
dist-files += $(d)/compat-include/*