[PATCH] Fix variable substitution

Emilio Pozuelo Monfort pochu at debian.org
Sun Dec 19 16:28:45 UTC 2010


---
 1/class/autotools.mk.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/1/class/autotools.mk.in b/1/class/autotools.mk.in
index 5d902ec..5de6133 100644
--- a/1/class/autotools.mk.in
+++ b/1/class/autotools.mk.in
@@ -24,7 +24,7 @@ _cdbs_class_autotools = 1
 include $(_cdbs_class_path)/autotools-files.mk$(_cdbs_makefile_suffix)
 
 cdbs_autotools_configure_stamps = $(if $(cdbs_make_flavors),$(cdbs_make_builddir_check)$(patsubst %,debian/stamp-autotools/%,$(cdbs_make_flavors)),debian/stamp-autotools)
-cdbs_configure_flags += $(if $(cdbs_make_flavors),DEB_CONFIGURE_FLAGS_$(cdbs_make_curflavor),)
+cdbs_configure_flags += $(if $(cdbs_make_flavors),$(DEB_CONFIGURE_FLAGS_$(cdbs_make_curflavor)),)
 
 # Overriden from makefile-vars.mk.  We pass CFLAGS and friends to
 # ./configure, so no need to pass them to make.
-- 
1.7.2.3


--------------040504020305030402010805--



More information about the Build-common-hackers mailing list