From a45cab3b425f8b98105617d54b6404cc6ddd65a5 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Mon, 12 Dec 2005 03:49:19 +0000 Subject: [PATCH] Tabs --- code/unix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/unix/Makefile b/code/unix/Makefile index fd6e2e0d..15f49d9d 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -1768,7 +1768,7 @@ 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 ifneq ($(PLATFORM),mingw32) - $(INSTALL) -s -m 0755 $(BR)/$(PLATFORM)q3ded$(BINEXT) $(COPYDIR)/q3ded$(BINEXT) + $(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) \