CVS forgets permissions on files, so use sh to run configure
This commit is contained in:
parent
ec596427c1
commit
f35e928982
2
Makefile
2
Makefile
|
|
@ -35,7 +35,7 @@ all: Config
|
||||||
do $(MAKE) $(MFLAGS) -C $$i; done
|
do $(MAKE) $(MFLAGS) -C $$i; done
|
||||||
|
|
||||||
Config:
|
Config:
|
||||||
./configure $(KERNEL_INCLUDE)
|
sh configure $(KERNEL_INCLUDE)
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
install -m 0755 -d $(DESTDIR)$(SBINDIR)
|
install -m 0755 -d $(DESTDIR)$(SBINDIR)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue