From bd616bc34bf65a702b2eea3062688c76e1505e77 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 11 Oct 2009 16:01:37 +0200 Subject: Remove support for the dist target --- makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index e61730f..c50b41f 100644 --- a/makefile +++ b/makefile @@ -8,11 +8,10 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make default := $(out_base)/ test := $(out_base)/.test install := $(out_base)/.install -dist := $(out_base)/.dist clean := $(out_base)/.clean -.PHONY: $(default) $(test) $(install) $(dist) $(clean) +.PHONY: $(default) $(test) $(install) $(clean) # Build. # @@ -30,11 +29,6 @@ $(install): $(out_base)/cli/.install \ $(call install-data,$(src_base)/NEWS,$(install_doc_dir)/cli/NEWS) $(call install-data,$(src_base)/README,$(install_doc_dir)/cli/README) -# Dist. -# - -# @@ TODO - # Clean. # $(clean): $(out_base)/cli/.clean \ -- cgit v1.1