blob: eef9b0e2fc6d7302565d501b100e396c2a758802 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : build/import/odb/configuration-rules.make
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/import/odb/configuration-dynamic.make: | $(dcf_root)/import/odb/.
$(call message,,$(scf_root)/import/odb/configure $@)
ifndef %foreign%
$(dcf_root)/.disfigure::
$(call message,rm $(dcf_root)/import/odb/configuration-dynamic.make,\
rm -f $(dcf_root)/import/odb/configuration-dynamic.make)
endif
|