From 24bb28264a926cba01ca998c303ffb104f233aa8 Mon Sep 17 00:00:00 2001 From: floam Date: Mon, 12 Dec 2005 05:41:10 +0000 Subject: Try different way git-svn-id: svn://svn.icculus.org/quake3/trunk@441 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'code/unix') diff --git a/code/unix/Makefile b/code/unix/Makefile index 15f49d9..f5ecdd4 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -1767,7 +1767,8 @@ $(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 - ifneq ($(PLATFORM),mingw32) + @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 -- cgit v1.2.3