From b2d7dec46073cd6f0bb935097b0cae377abdfe4f Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Mon, 1 Sep 2014 15:10:32 +0100 Subject: [PATCH] [build] add bin/pdata_tools to the PROGRAMS var so 'make clean' removes it --- Makefile.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 339fbc5..ff2a2a3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,11 +16,13 @@ # with thin-provisioning-tools. If not, see # . -.PHONY: all - V=@ -all: bin/pdata_tools +PROGRAMS=\ + bin/pdata_tools + +.PHONY: all +all: $(PROGRAMS) SOURCE=\ base/application.cc \