aboutsummaryrefslogtreecommitdiff
path: root/build/c/generic/configuration-rules.make
blob: 2fd56d54a806fc531527d1e0626854f77fbf4f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : build/c/generic/configuration-rules.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

$(dcf_root)/c/generic/configuration-dynamic.make: | $(dcf_root)/c/generic/.
	$(call message,,$(bld_root)/c/generic/configure $@)

ifndef %foreign%

$(dcf_root)/.disfigure::
	$(call message,rm $(dcf_root)/c/generic/configuration-dynamic.make,\
rm -f $(dcf_root)/c/generic/configuration-dynamic.make)

endif