summaryrefslogtreecommitdiff
path: root/build-0.3/ld/configuration-lib-rules.make
blob: 686d975b77d4791b7c6218d2e0151b58b3d2dd04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# file      : build/ld/configuration-lib-rules.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2010 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%

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

endif