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 --- makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 5d90ad8..ce34e39 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,6 @@ 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 # Build. @@ -27,11 +26,6 @@ $(install): $(out_base)/cutl/.install \ $(call install-data,$(src_base)/NEWS,$(install_doc_dir)/libcutl/NEWS) $(call install-data,$(src_base)/README,$(install_doc_dir)/libcutl/README) -# Dist. -# - -# @@ TODO - # Clean. # $(clean): $(out_base)/cutl/.clean $(out_base)/tests/.clean -- cgit v1.1