From 4643c89a8eaedf40349d2e5162ed976ca6eb15b6 Mon Sep 17 00:00:00 2001 From: floam Date: Mon, 12 Dec 2005 06:56:01 +0000 Subject: Thanks Jamie Wilkinson git-svn-id: svn://svn.icculus.org/quake3/trunk@442 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'code/unix/Makefile') diff --git a/code/unix/Makefile b/code/unix/Makefile index f5ecdd4..c896bab 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -1767,9 +1767,9 @@ $(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) + @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) \ -- cgit v1.2.3