[svn-commits] trunk r35510 - /trunk/channels/h323/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Jun 22 08:55:13 MST 2006
Author: russell
Date: Thu Jun 22 10:55:13 2006
New Revision: 35510
URL: http://svn.digium.com/view/asterisk?rev=35510&view=rev
Log:
use .PHONY instead of FORCE
Modified:
trunk/channels/h323/Makefile
Modified: trunk/channels/h323/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/channels/h323/Makefile?rev=35510&r1=35509&r2=35510&view=diff
==============================================================================
--- trunk/channels/h323/Makefile (original)
+++ trunk/channels/h323/Makefile Thu Jun 22 10:55:13 2006
@@ -3,6 +3,8 @@
#
# Make file for OpenH323 support layer
#
+
+.PHONY: Makefile.ast
# Verify those options with main Makefile
STDCCFLAGS += -DNDEBUG
@@ -31,7 +33,7 @@
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 @@
clean::
rm -f ast_h323.cxx libchanh323.a Makefile.ast *.dep
-
-FORCE:
More information about the svn-commits
mailing list