From 0873e0d2170db76241bf5afe812acead0d531b8e Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 10 Mar 2006 12:57:12 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3