Pardon my fuckup.

This commit is contained in:
Joseph Carter 1999-12-28 07:59:49 +00:00
parent 7de13ab69f
commit 0781aaaf8c
3 changed files with 3 additions and 3 deletions

View file

@ -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=..

View file

@ -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=..

View file

@ -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=..