blob: 0c1a8e908da595db80a0d26a060ff143af0ccfa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# file : build/ld/configuration-lib-rules.make
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/ld/configuration-lib-dynamic.make: | $(dcf_root)/ld/.
$(call message,,$(bld_root)/ld/configure-lib $@)
ifndef %foreign%
$(dcf_root)/.disfigure::
$(call message,rm $(dcf_root)/ld/configuration-lib-dynamic.make,\
rm -f $(dcf_root)/ld/configuration-lib-dynamic.make)
endif
|