[svn-commits] mattf: branch 1.2 r3120 - /branches/1.2/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Oct 5 14:45:31 CDT 2007


Author: mattf
Date: Fri Oct  5 14:45:31 2007
New Revision: 3120

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3120
Log:
Forgot to remove before we create the device node

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=3120&r1=3119&r2=3120
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Fri Oct  5 14:45:31 2007
@@ -372,6 +372,7 @@
 	rm -f $(DESTDIR)/dev/zap/channel
 	rm -f $(DESTDIR)/dev/zap/pseudo
 	rm -f $(DESTDIR)/dev/zap/timer
+	rm -f $(DESTDIR)/dev/zap/transcode
 	rm -f $(DESTDIR)/dev/zap/253
 	rm -f $(DESTDIR)/dev/zap/252
 	rm -f $(DESTDIR)/dev/zap/251




More information about the svn-commits mailing list