Commit f35e9289 authored by shemminger's avatar shemminger

CVS forgets permissions on files, so use sh to run configure

parent ec596427
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment