From 4c5d9ae3d5807bab091c7fe54e3c1d445c7ca172 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 30 Jan 2008 10:03:49 +0000 Subject: 24498: tweak to grep config.h instead of config.status for dynamic config --- Src/mkmakemod.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Src/mkmakemod.sh') diff --git a/Src/mkmakemod.sh b/Src/mkmakemod.sh index d275038d9..2e0963f8e 100644 --- a/Src/mkmakemod.sh +++ b/Src/mkmakemod.sh @@ -111,10 +111,7 @@ if $first_stage; then sed -e '/^#/d' -e 's/ .*/ /' -e 's/^name=/ /'`" module_list="${bin_mods}${dyn_mods}" - # check 2.13, 2.50, and 2.60 syntaxes - if grep '%@D@%D%' config.status >/dev/null || - grep ',@D@,D,' config.status >/dev/null || - grep ',@D@,|#_!!_#|D,' config.status >/dev/null; then + if grep '^#define DYNAMIC ' config.h >/dev/null; then is_dynamic=true else is_dynamic=false -- cgit 1.4.1