From f35e928982ec7214201b1b8eee32e4a86f31e612 Mon Sep 17 00:00:00 2001 From: shemminger Date: Tue, 7 Jun 2005 21:48:09 +0000 Subject: [PATCH] CVS forgets permissions on files, so use sh to run configure --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abd5aabe..52eb4ecb 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ all: Config do $(MAKE) $(MFLAGS) -C $$i; done Config: - ./configure $(KERNEL_INCLUDE) + sh configure $(KERNEL_INCLUDE) install: all install -m 0755 -d $(DESTDIR)$(SBINDIR)