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
@@ -102,7 +102,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