* Makefile.in (MKDIRP): Just use raw $(INSTALL) rather than $(INSTALL_DATA).
Create directories with 755 permissions.
This commit is contained in:
parent
5d023ae8d5
commit
fd1165e29a
|
@ -1,3 +1,9 @@
|
|||
2005-10-13 David Rothenberger <daveroth@acm.org>
|
||||
Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* Makefile.in (MKDIRP): Just use raw $(INSTALL) rather than
|
||||
$(INSTALL_DATA). Create directories with 755 permissions.
|
||||
|
||||
2005-10-12 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* dir.cc (mkdir): Abandon use of PC_WRITABLE.
|
||||
|
|
|
@ -69,7 +69,7 @@ OBJCOPY:=@OBJCOPY@
|
|||
OBJDUMP:=@OBJDUMP@
|
||||
STRIP:=@STRIP@
|
||||
LDSCRIPT:=cygwin.sc
|
||||
MKDIRP:=$(INSTALL_DATA) -d
|
||||
MKDIRP:=$(INSTALL) -d
|
||||
|
||||
#
|
||||
# Include common definitions for winsup directory
|
||||
|
|
Loading…
Reference in New Issue