Set user-writeable bit when using IFLAGS[12] so that building using NSDISTMODE=copy works

git-svn-id: svn://10.0.0.236/trunk@99840 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2001-07-24 23:41:43 +00:00
parent de383daf7b
commit 7a9da67eb5

View File

@ -426,8 +426,8 @@ ifeq ($(USE_TVFS),1)
IFLAGS1 = -rb
IFLAGS2 = -rb
else
IFLAGS1 = -m 444
IFLAGS2 = -m 555
IFLAGS1 = -m 644
IFLAGS2 = -m 755
endif
################################################################################