From 0781aaaf8cbc6366f5dd47376951a37ceb928e1c Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Tue, 28 Dec 1999 07:59:49 +0000 Subject: [PATCH] Pardon my fuckup. --- qw_client/Makefile | 2 +- qw_server/Makefile | 2 +- uquake/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qw_client/Makefile b/qw_client/Makefile index 48715db..ee3ab6f 100644 --- a/qw_client/Makefile +++ b/qw_client/Makefile @@ -7,7 +7,7 @@ VERSION=2.40 ifneq (,$(findstring alpha,$(shell uname -m))) ARCH=axp else -$(shell uname -m) +ARCH=$(shell uname -m) endif PROJECT_DIR=.. diff --git a/qw_server/Makefile b/qw_server/Makefile index 1a4507b..402c626 100644 --- a/qw_server/Makefile +++ b/qw_server/Makefile @@ -7,7 +7,7 @@ VERSION=2.40 ifneq (,$(findstring alpha,$(shell uname -m))) ARCH=axp else -$(shell uname -m) +ARCH=$(shell uname -m) endif PROJECT_DIR=.. diff --git a/uquake/Makefile b/uquake/Makefile index d1c4f7b..5079712 100644 --- a/uquake/Makefile +++ b/uquake/Makefile @@ -7,7 +7,7 @@ VERSION=0.1.0 ifneq (,$(findstring alpha,$(shell uname -m))) ARCH=axp else -$(shell uname -m) +ARCH=$(shell uname -m) endif PROJECT_DIR=..