summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-10 12:57:12 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-10 12:57:12 +0000
commit0873e0d2170db76241bf5afe812acead0d531b8e (patch)
treebc50b6a1fe32c5b0ae24d1c188f166ea82c278f8 /Makefile
parent9034bec3635469ec1041e783ac2343c22b64c04c (diff)
Fixed compilation and run warnings/errors with MSVC 2005
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@315 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ade4df4..e9187335 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ all clean dep depend distclean doc print realclean:
else \
exit 1; \
fi; \
- fi \
+ fi; \
done
LIBS = pjlib/lib/libpj-$(MACHINE_NAME)-$(OS_NAME)-$(CC_NAME).a \