mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
Merge "BuildSystem: Avoid 'ar cru' and use 'ar cr' instead."
This commit is contained in:
@@ -104,7 +104,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LIBRARIES = $(noinst_LIBRARIES)
|
||||
|
||||
libooh323c_a_AR = $(AR) cru
|
||||
libooh323c_a_AR = $(AR) cr
|
||||
libooh323c_a_LIBADD =
|
||||
am_libooh323c_a_OBJECTS = ooLogChan.$(OBJEXT) ooUtils.$(OBJEXT) \
|
||||
ooGkClient.$(OBJEXT) context.$(OBJEXT) ooDateTime.$(OBJEXT) \
|
||||
|
||||
Reference in New Issue
Block a user