From 98dd1cc76763db896543187cb1cea05863a43149 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 13 Dec 2005 02:35:00 +0000 Subject: [PATCH] I can't be trusted! --- code/unix/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/unix/Makefile b/code/unix/Makefile index c896bab1..2cff729f 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -1767,10 +1767,10 @@ $(B)/missionpack/qcommon/%.asm: $(CMDIR)/%.c copyfiles: build_release @if [ ! -d $(COPYDIR)/baseq3 ]; then echo "You need to set COPYDIR to where you installed Quake III!"; false; fi $(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)quake3$(BINEXT) $(COPYDIR)/quake3 - @if [ -f $(BR)/$(PLATFORM)q3ded$(BINEXT) ] \ - then \ - $(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)q3ded$(BINEXT) $(COPYDIR)/q3ded$(BINEXT) \ - fi + + @if [ -f $(BR)/$(PLATFORM)q3ded$(BINEXT) ]; then \ + $(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)q3ded$(BINEXT) $(COPYDIR)/q3ded$(BINEXT); \ + fi -$(MKDIR) -p -m 0755 $(COPYDIR)/baseq3 $(INSTALL) -s -m 0755 $(BR)/baseq3/cgame$(ARCH).$(SHLIBEXT) \ $(COPYDIR)/baseq3/.