aboutsummaryrefslogtreecommitdiff
path: root/libcommon/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libcommon/makefile')
-rw-r--r--libcommon/makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcommon/makefile b/libcommon/makefile
index 9d9b6e9..cade0e7 100644
--- a/libcommon/makefile
+++ b/libcommon/makefile
@@ -6,10 +6,6 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
dirs := common
-default := $(out_base)/
-dist := $(out_base)/.dist
-clean := $(out_base)/.clean
-
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
$(dist): export dirs := $(dirs)