From 7270c28a3992a1a386bc491f0f026080bb88387e Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Sun, 20 May 2001 10:59:27 +0000 Subject: 14401: workaround for script execution under Cygwin --- Config/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Config/config.mk') diff --git a/Config/config.mk b/Config/config.mk index 8e5c59c88..476ced11d 100644 --- a/Config/config.mk +++ b/Config/config.mk @@ -35,8 +35,8 @@ $(dir_top)/Config/defs.mk $(dir_top)/Config/version.mk Makefile: Makefile.in $(dir_top)/config.status $(CONFIG_INCS) cd $(dir_top) && \ - CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status + CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status $(dir_top)/Config/defs.mk: $(sdir_top)/Config/defs.mk.in $(dir_top)/config.status cd $(dir_top) && \ - CONFIG_FILES=Config/defs.mk CONFIG_HEADERS= ./config.status + CONFIG_FILES=Config/defs.mk CONFIG_HEADERS= $(SHELL) ./config.status -- cgit 1.4.1