[dahdi-commits] kpfleming: linux/trunk r6606 - /linux/trunk/Makefile
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Tue May 12 16:57:47 CDT 2009
Author: kpfleming
Date: Tue May 12 16:57:44 2009
New Revision: 6606
URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=6606
Log:
remove another unused variable
Modified:
linux/trunk/Makefile
Modified: linux/trunk/Makefile
URL: http://svn.asterisk.org/svn-view/dahdi/linux/trunk/Makefile?view=diff&rev=6606&r1=6605&r2=6606
==============================================================================
--- linux/trunk/Makefile (original)
+++ linux/trunk/Makefile Tue May 12 16:57:44 2009
@@ -6,12 +6,6 @@
#
PWD:=$(shell pwd)
-
-ifndef DEB_HOST_GNU_TYPE
-UNAME_M:=$(shell uname -m)
-else
-UNAME_M:=$(DEB_HOST_GNU_TYPE)
-endif
DAHDI_MODULES_EXTRA:=$(MODULES_EXTRA:%=%.o) $(SUBDIRS_EXTRA:%=%/)
More information about the dahdi-commits
mailing list