Skip to content

Commit

Permalink
Another patch from gladiac, cleans up the makefile a little.
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearMonster committed Sep 2, 2005
1 parent f327407 commit e09e027
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions code/unix/Makefile
Expand Up @@ -19,16 +19,7 @@

PLATFORM=$(shell uname|tr A-Z a-z)
PLATFORM_RELEASE=$(shell uname -r)
ARCH=$(shell uname -m)
ifeq ($(ARCH),i486)
ARCH=i386
endif
ifeq ($(ARCH),i586)
ARCH=i386
endif
ifeq ($(ARCH),i686)
ARCH=i386
endif
ARCH:=$(shell uname -m | sed -e s/i.86/i386/)

###
### These paths are where you probably want to change things
Expand Down

0 comments on commit e09e027

Please sign in to comment.