From 21e1480ecc804de5aebf23383ec9a1ec34a622a8 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 22 Jun 2006 15:55:13 +0000 Subject: use .PHONY instead of FORCE git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35510 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/h323/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'channels/h323') diff --git a/channels/h323/Makefile b/channels/h323/Makefile index a1911e7e9..35023177e 100644 --- a/channels/h323/Makefile +++ b/channels/h323/Makefile @@ -4,6 +4,8 @@ # Make file for OpenH323 support layer # +.PHONY: Makefile.ast + # Verify those options with main Makefile STDCCFLAGS += -DNDEBUG STDCCFLAGS += $(shell grep ^DEBUG_THREADS ../../Makefile | sed -e "s/^DEBUG_THREADS[ ]*=//" -e "s/\([^\#]*\)\#.*/\1/") @@ -31,7 +33,7 @@ $(SOURCES):: Makefile ../../Makefile libchanh323.a: $(OBJS) ar crv $@ $(OBJS) -Makefile.ast: FORCE +Makefile.ast: @echo H323CFLAGS = $(STDCCFLAGS) $(OPTCCFLAGS) $(CFLAGS) >$@.tmp @echo H323LDFLAGS = $(CFLAGS) $(LDFLAGS) >>$@.tmp @echo H323LDLIBS = $(LDLIBS) $(ENDLDLIBS) $(ENDLDFLAGS) >>$@.tmp @@ -39,5 +41,3 @@ Makefile.ast: FORCE clean:: rm -f ast_h323.cxx libchanh323.a Makefile.ast *.dep - -FORCE: -- cgit v1.2.3