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:
Kevin P. Fleming
2006-09-29 22:47:40 +00:00
parent 2a5feb5485
commit ec2e4f2216
15 changed files with 103 additions and 174 deletions

View File

@@ -347,7 +347,11 @@ $(LIBGSMSO): $(LIB) $(GSM_OBJECTS)
ln -fs libgsm.so.1.0.10 lib/libgsm.so.1
ln -fs libgsm.so.1.0.10 lib/libgsm.so
$(eval $(call ast_make_a_o,$(LIBGSM),$(GSM_OBJECTS)))
$(LIBGSM): $(GSM_OBJECTS)
$(ECHO_PREFIX) echo " [AR] $^ -> $@"
$(CMD_PREFIX) $(AR) cr $@ $^
$(CMD_PREFIX) $(RANLIB) $@
# Toast, Untoast and Tcat -- the compress-like frontends to gsm.