From 8b754732d27b9539ca6126f70eb07b4ba82ca026 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 13 Feb 2008 15:04:58 +0000 Subject: [PATCH] checking whether a package needs date depends on the module, not the package --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f5066050..a5131e56 100644 --- a/Makefile +++ b/Makefile @@ -219,9 +219,9 @@ $(foreach package, $(ALL), $(eval $(call stage1_variables,$(package)))) # define package_hasdate $(1).has-date = $(if $(subst myplc,,$(1)), \ - $(if $($(1)-SVNPATH),\ - $(if $(findstring /trunk,$($(1)-SVNPATH)),yes,),\ - $(if $(findstring HEAD,$($(1)-TAG)),yes,)), \ + $(if $($($(1).module)-SVNPATH),\ + $(if $(findstring /trunk,$($($(1).module)-SVNPATH)),yes,),\ + $(if $(findstring HEAD,$($($(1).module)-TAG)),yes,)), \ yes) endef -- 2.43.0