changeset 2237:f11367e37e86

package dbus: don't need to call automake anymore
author Mark Brand <mabrand@mabrand.nl>
date Fri, 03 Feb 2012 21:17:51 +0100
parents 5dbbf5061efc
children 8b7d616fa873
files src/dbus.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dbus.mk	Fri Feb 03 15:55:34 2012 +0100
+++ b/src/dbus.mk	Fri Feb 03 21:17:51 2012 +0100
@@ -20,7 +20,7 @@
 endef
 
 define $(PKG)_BUILD
-    cd '$(1)' && automake && ./configure \
+    cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --prefix='$(PREFIX)/$(TARGET)' \
         --with-xml=expat \