summaryrefslogtreecommitdiff
path: root/build/configuration-rules.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/configuration-rules.make')
-rw-r--r--build/configuration-rules.make17
1 files changed, 0 insertions, 17 deletions
diff --git a/build/configuration-rules.make b/build/configuration-rules.make
deleted file mode 100644
index b0ed367..0000000
--- a/build/configuration-rules.make
+++ /dev/null
@@ -1,17 +0,0 @@
-# file : build/configuration-rules.make
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
-# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-$(dcf_root)/configuration-dynamic.make: | $(dcf_root)/.
- $(call message,,$(scf_root)/configure $@)
-
-ifndef %foreign%
-
-disfigure::
- $(call message,rm $$1,rm -f $$1,$(dcf_root)/configuration-dynamic.make)
-
-endif
-
-ifeq ($(.DEFAULT_GOAL),$(dcf_root)/configuration-dynamic.make)
-.DEFAULT_GOAL :=
-endif