summaryrefslogtreecommitdiff
path: root/build-0.3/c/configuration-static.make
diff options
context:
space:
mode:
Diffstat (limited to 'build-0.3/c/configuration-static.make')
-rw-r--r--build-0.3/c/configuration-static.make12
1 files changed, 0 insertions, 12 deletions
diff --git a/build-0.3/c/configuration-static.make b/build-0.3/c/configuration-static.make
deleted file mode 100644
index c226a36..0000000
--- a/build-0.3/c/configuration-static.make
+++ /dev/null
@@ -1,12 +0,0 @@
-# file : build/c/configuration-static.make
-# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
-
-c_h_suffix := h
-c_s_suffix := c
-
-# Get user-supplied static configuration if any.
-#
-ifneq ($(bld_root),$(scf_root))
-$(call -include,$(scf_root)/c/configuration-static.make)
-endif