Merge from 1.1 branch.

This commit is contained in:
Scott Ehlert
2008-12-07 21:07:14 -06:00
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ all: check
mkdir -p $(BIN_DIR)/sdk
mkdir -p $(BIN_DIR)/CDetour
mkdir -p $(BIN_DIR)/asm
if [ "$(USEMETA)" == "true" ]; then \
if [ "$(USEMETA)" = "true" ]; then \
ln -sf $(SRCDS)/bin/tier0_i486.so tier0_i486.so; \
fi
$(MAKE) -f Makefile extension