[Pkg-voip-commits] r7464 - /asterisk/trunk/debian/patches/h323-fix-makefile

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Jul 28 01:07:13 UTC 2009


Author: paravoid
Date: Tue Jul 28 01:07:13 2009
New Revision: 7464

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7464
Log:
The previous commit broke "make distclean", fix it


Modified:
    asterisk/trunk/debian/patches/h323-fix-makefile

Modified: asterisk/trunk/debian/patches/h323-fix-makefile
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/h323-fix-makefile?rev=7464&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/h323-fix-makefile (original)
+++ asterisk/trunk/debian/patches/h323-fix-makefile Tue Jul 28 01:07:13 2009
@@ -17,8 +17,9 @@
  endif
  
 -ifneq ($(wildcard h323/Makefile.ast),)
- include h323/Makefile.ast
+-include h323/Makefile.ast
 -endif
++-include h323/Makefile.ast
  
  clean::
  	$(MAKE) -C misdn clean




More information about the Pkg-voip-commits mailing list