summaryrefslogtreecommitdiff
path: root/build/export/odb/stub.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/export/odb/stub.make')
-rw-r--r--build/export/odb/stub.make12
1 files changed, 0 insertions, 12 deletions
diff --git a/build/export/odb/stub.make b/build/export/odb/stub.make
deleted file mode 100644
index 0233132..0000000
--- a/build/export/odb/stub.make
+++ /dev/null
@@ -1,12 +0,0 @@
-# file : build/export/odb/stub.make
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
-# license : GNU GPL v3; see accompanying LICENSE file
-
-$(call include-once,$(src_root)/odb/makefile,$(out_root))
-
-# Use the rules file from odb's import directory instead of the
-# importing project's one.
-#
-$(call export,\
- odb: $(out_root)/odb/odb,\
- odb-rules: $(scf_root)/import/odb/hxx-cxx.make)