diff options
author | Tim Angus <tim@ngus.net> | 2006-05-06 17:18:02 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-05-06 17:18:02 +0000 |
commit | bb7bd83aaec4504b4fb90919cccaaf4d9a7b418d (patch) | |
tree | a99058fef0dbf93af48dab4581b9f785d93e68ff /src/tools/asm | |
parent | bd9d761dd958aef00218de084bae00eb9bf788a4 (diff) |
* Merged ioq3-r775
- SDL_GammaRamp stuff
- Anisotropic texture filtering
- q3testesque r_flares
- cl_guid
- Security fixes
Diffstat (limited to 'src/tools/asm')
-rw-r--r-- | src/tools/asm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/asm/Makefile b/src/tools/asm/Makefile index f03025ca..df355719 100644 --- a/src/tools/asm/Makefile +++ b/src/tools/asm/Makefile @@ -6,7 +6,7 @@ else BINEXT= endif -ifeq ($(PLATFORM),SunOS) +ifeq ($(PLATFORM),sunos) INSTALL=ginstall else INSTALL=install |