about summary refs log tree commit diff
path: root/src/bsdiff-4.3
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T11·23+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01T12·54+0100
commit16e7d692092449263880ee795ec419cecbe22d24 (patch)
treee42cdbfb28006768699cac05f911a644d37ba8fb /src/bsdiff-4.3
parentac8c2ef1aa30c50b568883d2051335a66437694f (diff)
Update Makefile variable names
Diffstat (limited to 'src/bsdiff-4.3')
-rw-r--r--src/bsdiff-4.3/local.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bsdiff-4.3/local.mk b/src/bsdiff-4.3/local.mk
index aca1ac1162..320795a94c 100644
--- a/src/bsdiff-4.3/local.mk
+++ b/src/bsdiff-4.3/local.mk
@@ -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/*