From bada6666c70977a058755ccf232e7d67b24adeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:21:29 +0200 Subject: New upstream release --- libxsd-frontend/build/bootstrap.make | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'libxsd-frontend/build/bootstrap.make') diff --git a/libxsd-frontend/build/bootstrap.make b/libxsd-frontend/build/bootstrap.make index 4db3c99..bb1a5aa 100644 --- a/libxsd-frontend/build/bootstrap.make +++ b/libxsd-frontend/build/bootstrap.make @@ -1,6 +1,5 @@ # file : build/bootstrap.make -# author : Boris Kolpackov -# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file project_name := libxsd-frontend @@ -16,6 +15,10 @@ ifeq ($(patsubst %build/bootstrap.make,,$(lastword $(MAKEFILE_LIST))),) include $(build)/bootstrap.make endif +# Configuration (optional; only used in the +dep packages). +# +$(call -include,$(dcf_root)/configuration-dynamic.make) + # Aliases # .PHONY: $(out_base)/ \ @@ -41,6 +44,6 @@ define include-dep $(call -include,$1) endef -ifneq ($(filter $(MAKECMDGOALS),clean cleandoc disfigure),) +ifneq ($(filter $(MAKECMDGOALS),clean disfigure),) include-dep = endif -- cgit v1.2.3