From 756caa8372efaac2ace6c20addef13e5df06d549 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 15 Dec 2008 16:18:02 +0000 Subject: [PATCH] fixing makefile to not get warnings about missing dependencies files git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1198 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/ilbc/Makefile | 2 +- core/plug-in/ilbc/iLBC_rfc3951/Makefile | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/core/plug-in/ilbc/Makefile b/core/plug-in/ilbc/Makefile index 46a1977f..4aab011f 100644 --- a/core/plug-in/ilbc/Makefile +++ b/core/plug-in/ilbc/Makefile @@ -37,7 +37,7 @@ include ../Makefile.audio_module $(ILBC_DIR)/libilbc.a: # -@cd $(ILBC_DIR); $(MAKE) all - $(MAKE) -C $(ILBC_DIR) libilbc.a + $(MAKE) -C $(ILBC_DIR) .PHONY: clean_ilbclib clean_ilbclib: diff --git a/core/plug-in/ilbc/iLBC_rfc3951/Makefile b/core/plug-in/ilbc/iLBC_rfc3951/Makefile index 431f725d..3d748a19 100644 --- a/core/plug-in/ilbc/iLBC_rfc3951/Makefile +++ b/core/plug-in/ilbc/iLBC_rfc3951/Makefile @@ -1,7 +1,11 @@ COREPATH ?=../../.. +lib_name = libilbc.a + +.PHONY: all +all: $(lib_name) + include $(COREPATH)/../Makefile.defs -lib_name = libilbc.a srcs = $(wildcard *.c) hrds = $(wildcard *.h) @@ -11,8 +15,6 @@ depends = $(srcs:.c=.d) AR = ar RANLIB = ranlib -.PHONY: all -all: $(lib_name) .PHONY: clean clean: