mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-27 16:07:15 -07:00
fix a few build system bugs, and convert Makefiles to be compatible with GNU make 3.80
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44055 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -11,7 +11,10 @@ include $(ASTTOPDIR)/Makefile.rules
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
$(eval $(call ast_make_a_o,$(LIB),$(OBJS)))
|
||||
$(LIB): $(OBJS)
|
||||
$(ECHO_PREFIX) echo " [AR] $^ -> $@"
|
||||
$(CMD_PREFIX) $(AR) cr $@ $^
|
||||
$(CMD_PREFIX) $(RANLIB) $@
|
||||
|
||||
clean:
|
||||
rm -f $(LIB) *.o
|
||||
|
||||
Reference in New Issue
Block a user