From feb7f86a3a861fba97eae15a7f8b38c818a6cbbe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 11 Oct 2009 16:03:04 +0200 Subject: Remove support for the dist target --- build/bootstrap.make | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'build/bootstrap.make') diff --git a/build/bootstrap.make b/build/bootstrap.make index 7720553..6333423 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -22,19 +22,17 @@ endif .PHONY: $(out_base)/ \ $(out_base)/.test \ $(out_base)/.install \ - $(out_base)/.dist \ $(out_base)/.clean ifdef %interactive% -.PHONY: test install dist clean +.PHONY: test install clean test: $(out_base)/.test install: $(out_base)/.install -dist: $(out_base)/.dist clean: $(out_base)/.clean -ifneq ($(filter $(.DEFAULT_GOAL),test install dist clean),) +ifneq ($(filter $(.DEFAULT_GOAL),test install clean),) .DEFAULT_GOAL := endif -- cgit v1.1