aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-11 16:03:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-11 16:03:04 +0200
commitfeb7f86a3a861fba97eae15a7f8b38c818a6cbbe (patch)
tree081670ba007dcdfd1c38092353468d19ec659ee7 /makefile
parentacdf30527744181f2765c799c0c1ccc273a1b277 (diff)
Remove support for the dist target
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 0 insertions, 6 deletions
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