diff options
Diffstat (limited to 'build-0.3/system/configuration-rules.make')
-rw-r--r-- | build-0.3/system/configuration-rules.make | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/build-0.3/system/configuration-rules.make b/build-0.3/system/configuration-rules.make deleted file mode 100644 index 3af4514..0000000 --- a/build-0.3/system/configuration-rules.make +++ /dev/null @@ -1,23 +0,0 @@ -# file : build/system/configuration-rules.make -# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - - -$(dcf_root)/system/configuration-dynamic.make: | $(dcf_root)/system/. - $(call message,,$(bld_root)/system/configure $@) - -ifeq ($(.DEFAULT_GOAL),$(dcf_root)/system/configuration-dynamic.make) -.DEFAULT_GOAL := -endif - -ifndef %foreign% - -$(dcf_root)/.disfigure:: - $(call message,rm $(dcf_root)/system/configuration-dynamic.make,\ -rm -f $(dcf_root)/system/configuration-dynamic.make) - -ifeq ($(.DEFAULT_GOAL),$(dcf_root)/.disfigure) -.DEFAULT_GOAL := -endif - -endif |