aboutsummaryrefslogtreecommitdiff
path: root/src/bsdiff-4.3/Makefile
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-01-09 16:53:47 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-01-09 16:53:47 +0100
commitb4c684e0f9c6890e13f9a5cc90b5e379b3d1f75d (patch)
tree1725a8dfe010d2587fcf3b1c3f930bbdacaea8a6 /src/bsdiff-4.3/Makefile
parent568b1b0a8a65cb255d6a7a33dfe2c15df3212103 (diff)
Update Makefiles
Diffstat (limited to 'src/bsdiff-4.3/Makefile')
-rw-r--r--src/bsdiff-4.3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bsdiff-4.3/Makefile b/src/bsdiff-4.3/Makefile
index c0d74e0ca..aca1ac116 100644
--- a/src/bsdiff-4.3/Makefile
+++ b/src/bsdiff-4.3/Makefile
@@ -1,12 +1,12 @@
PROGRAMS += bsdiff bspatch
bsdiff_DIR := $(d)
-bsdiff_SOURCES = bsdiff.c
+bsdiff_SOURCES := $(d)/bsdiff.c
bsdiff_LDFLAGS = -lbz2 $(bsddiff_compat_include)
bsdiff_INSTALL_DIR = $(libexecdir)/nix
bspatch_DIR := $(d)
-bspatch_SOURCES = bspatch.c
+bspatch_SOURCES := $(d)/bspatch.c
bspatch_LDFLAGS = -lbz2 $(bsddiff_compat_include)
bspatch_INSTALL_DIR = $(libexecdir)/nix