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
@@ -112,7 +112,7 @@ $(BIN_DIR)/%.o: %.cpp
all: check
mkdir -p $(BIN_DIR)/sdk
if [ "$(USEMETA)" == "true" ]; then \
if [ "$(USEMETA)" = "true" ]; then \
ln -sf $(SRCDS)/bin/vstdlib_i486.so vstdlib_i486.so; \
ln -sf $(SRCDS)/bin/tier0_i486.so tier0_i486.so; \
fi