From d2e299bfe6ca3dd77727c3928b6898767d8e51d2 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 5 May 2015 12:09:43 +0000 Subject: Misc (re #1843): Fixed warning messages in 'make install' command due to multiple source file specified to 'cp' (thanks Alexander Traud for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5086 74dad513-b988-da41-8d7b-12977e46ad98 --- build.mak.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.mak.in') diff --git a/build.mak.in b/build.mak.in index 8a986d76..074977dd 100644 --- a/build.mak.in +++ b/build.mak.in @@ -17,7 +17,7 @@ export exec_prefix := @exec_prefix@ export includedir := @includedir@ export libdir := @libdir@ -LIB_SUFFIX = $(TARGET_NAME).a +LIB_SUFFIX := $(TARGET_NAME).a ifeq (@ac_shared_libraries@,1) export PJ_SHARED_LIBRARIES := 1 @@ -187,7 +187,7 @@ export APP_LDFLAGS := -L$(PJDIR)/pjlib/lib\ @LDFLAGS@ export APP_LDXXFLAGS := $(APP_LDFLAGS) -export APP_LIB_FILES = \ +export APP_LIB_FILES := \ $(PJ_DIR)/pjsip/lib/libpjsua-$(LIB_SUFFIX) \ $(PJ_DIR)/pjsip/lib/libpjsip-ua-$(LIB_SUFFIX) \ $(PJ_DIR)/pjsip/lib/libpjsip-simple-$(LIB_SUFFIX) \ @@ -200,7 +200,7 @@ export APP_LIB_FILES = \ $(PJ_DIR)/pjlib-util/lib/libpjlib-util-$(LIB_SUFFIX) \ $(APP_THIRD_PARTY_LIB_FILES) \ $(PJ_DIR)/pjlib/lib/libpj-$(LIB_SUFFIX) -export APP_LIBXX_FILES = \ +export APP_LIBXX_FILES := \ $(PJ_DIR)/pjsip/lib/libpjsua2-$(LIB_SUFFIX) \ $(APP_LIB_FILES) -- cgit v1.2.3