summaryrefslogtreecommitdiff
path: root/pjlib-util/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib-util/build/Makefile')
-rw-r--r--pjlib-util/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile
index e167f838..bd170f00 100644
--- a/pjlib-util/build/Makefile
+++ b/pjlib-util/build/Makefile
@@ -71,7 +71,7 @@ pjlib-util-test: $(PJLIB_LIB)
clean depend realclean:
$(MAKE) -f $(RULES_MAK) APP=PJLIB_UTIL app=pjlib-util $@
$(MAKE) -f $(RULES_MAK) APP=UTIL_TEST app=pjlib-util-test $@
- @if test "$@" == "depend"; then \
+ @if test "$@" = "depend"; then \
echo '$(TEST_EXE): $(PJLIB_UTIL_LIB)' >> .pjlib-util-test-$(MACHINE_NAME)-$(OS_NAME)-$(CC_NAME).depend; \
fi