From 7ce0e05ad875657a0fec10e192454b837146e190 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 25 Nov 2013 15:25:13 +0000 Subject: Rename Makefile.new -> Makefile --- src/bsdiff-4.3/Makefile | 13 +++++++++++++ src/bsdiff-4.3/Makefile.new | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 src/bsdiff-4.3/Makefile delete mode 100644 src/bsdiff-4.3/Makefile.new (limited to 'src/bsdiff-4.3') diff --git a/src/bsdiff-4.3/Makefile b/src/bsdiff-4.3/Makefile new file mode 100644 index 000000000000..a56f6c124db0 --- /dev/null +++ b/src/bsdiff-4.3/Makefile @@ -0,0 +1,13 @@ +PROGRAMS += bsdiff bspatch + +bsdiff_DIR := $(d) +bsdiff_SOURCES = bsdiff.c +bsdiff_LDFLAGS = -lbz2 $(bsddiff_compat_include) +bsdiff_INSTALL_DIR = $(libexecdir) + +bspatch_DIR := $(d) +bspatch_SOURCES = bspatch.c +bspatch_LDFLAGS = -lbz2 $(bsddiff_compat_include) +bspatch_INSTALL_DIR = $(libexecdir) + +dist_files += $(d)/compat-include/* diff --git a/src/bsdiff-4.3/Makefile.new b/src/bsdiff-4.3/Makefile.new deleted file mode 100644 index a56f6c124db0..000000000000 --- a/src/bsdiff-4.3/Makefile.new +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAMS += bsdiff bspatch - -bsdiff_DIR := $(d) -bsdiff_SOURCES = bsdiff.c -bsdiff_LDFLAGS = -lbz2 $(bsddiff_compat_include) -bsdiff_INSTALL_DIR = $(libexecdir) - -bspatch_DIR := $(d) -bspatch_SOURCES = bspatch.c -bspatch_LDFLAGS = -lbz2 $(bsddiff_compat_include) -bspatch_INSTALL_DIR = $(libexecdir) - -dist_files += $(d)/compat-include/* -- cgit 1.4.1