summaryrefslogtreecommitdiff
path: root/build/export/cli/stub.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/export/cli/stub.make')
-rw-r--r--build/export/cli/stub.make13
1 files changed, 0 insertions, 13 deletions
diff --git a/build/export/cli/stub.make b/build/export/cli/stub.make
deleted file mode 100644
index 70e3641..0000000
--- a/build/export/cli/stub.make
+++ /dev/null
@@ -1,13 +0,0 @@
-# file : build/export/cli/stub.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
-# license : MIT; see accompanying LICENSE file
-
-$(call include-once,$(src_root)/cli/makefile,$(out_root))
-
-# Use the rules file from cli's import directory instead of the
-# importing project's one.
-#
-$(call export,\
- cli: $(out_root)/cli/cli,\
- cli-rules: $(scf_root)/import/cli/cli-cxx.make)