Shell script code in Makefiles is _really_ POSIX compliant now.

Missed an equal sign :\
This commit is contained in:
Scott Ehlert
2008-12-07 21:05:51 -06:00
parent 4bbd74b702
commit eedfd2d70d
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -99,7 +99,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