Mercurial > hg > Members > kono > nitros9-code
changeset 449:fb1f7b0767ea
Added chmod to make CMDS files executable
author | boisy |
---|---|
date | Sun, 22 Sep 2002 23:26:35 +0000 |
parents | a7aa7a24042d |
children | a22da781ac76 |
files | 3rdparty/packages/multivue/cmds_6309/makefile 3rdparty/packages/multivue/cmds_6809/makefile 3rdparty/packages/multivue/makefile |
diffstat | 3 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/multivue/cmds_6309/makefile Sun Sep 22 23:17:53 2002 +0000 +++ b/3rdparty/packages/multivue/cmds_6309/makefile Sun Sep 22 23:26:35 2002 +0000 @@ -8,6 +8,7 @@ ALLOBJS = $(CMDS) all: $(ALLOBJS) + $(CHMOD) 755 $(ALLOBJS) clean: $(RM) $(ALLOBJS)
--- a/3rdparty/packages/multivue/cmds_6809/makefile Sun Sep 22 23:17:53 2002 +0000 +++ b/3rdparty/packages/multivue/cmds_6809/makefile Sun Sep 22 23:26:35 2002 +0000 @@ -8,6 +8,7 @@ ALLOBJS = $(CMDS) all: $(ALLOBJS) + $(CHMOD) 755 $(ALLOBJS) clean: $(RM) $(ALLOBJS)
--- a/3rdparty/packages/multivue/makefile Sun Sep 22 23:17:53 2002 +0000 +++ b/3rdparty/packages/multivue/makefile Sun Sep 22 23:26:35 2002 +0000 @@ -25,7 +25,7 @@ dsk: $(RM) $(DISK) - $(OS9FORMAT) $(DISK) + $(OS9FORMAT) $(DISK) -n"Multi-Vue" $(MAKDIR) $(DISK):CMDS $(MAKDIR) $(DISK):CMDS/ICONS $(MAKDIR) $(DISK):SYS