diff options
author | Fredrik Gustafsson <[email protected]> | 2013-10-09 10:59:24 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-10-09 10:59:24 +0200 |
commit | c8b667f1bd37e3b4715e98b3b571355c66e75961 (patch) | |
tree | 558c7c5cca3c1b90a8bb881c8c61b0e12218c0e3 /lib/ic | |
parent | 5ee95f1f10f879a9caec67248c27e74dacbf276d (diff) | |
parent | f584c3d4e211c4d2619618977cd45ca3db1d69df (diff) | |
download | otp-c8b667f1bd37e3b4715e98b3b571355c66e75961.tar.gz otp-c8b667f1bd37e3b4715e98b3b571355c66e75961.tar.bz2 otp-c8b667f1bd37e3b4715e98b3b571355c66e75961.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ic')
-rw-r--r-- | lib/ic/c_src/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/ic/c_src/Makefile.in b/lib/ic/c_src/Makefile.in index 6e65f06114..ed860ab73b 100644 --- a/lib/ic/c_src/Makefile.in +++ b/lib/ic/c_src/Makefile.in @@ -132,10 +132,8 @@ docs: _create_dirs := $(shell mkdir -p $(OBJDIR) $(LIBDIR)) $(LIBRARY): $(OBJ_FILES) - $(ar_verbose) - -$(AR) $(AR_OUT) $@ $(OBJ_FILES) - $(ranlib_verbose) - -$(RANLIB) $@ + -$(V_AR) $(AR_OUT) $@ $(OBJ_FILES) + -$(V_RANLIB) $@ $(OBJDIR)/%.o: %.c $(V_CC) $(CC_FLAGS) -c -o $@ $(ALL_CFLAGS) $< |