changeset 2631:d92fc97479a2

fix whitespace
author Mark Brand <mabrand@mabrand.nl>
date Sun, 17 Jun 2012 20:07:59 +0200
parents ba6d0a9ae212
children 066ce808ad93
files src/libglade.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/libglade.mk	Sun Jun 17 11:04:31 2012 -0700
+++ b/src/libglade.mk	Sun Jun 17 20:07:59 2012 +0200
@@ -16,11 +16,11 @@
 endef
 
 define $(PKG)_BUILD
-	cd '$(1)' && autoreconf -fi
+    cd '$(1)' && autoreconf -fi
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
-		--build="`config.guess`" \
+        --build="`config.guess`" \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)'
-	cd '$(1)' && make install
+    cd '$(1)' && make install
 endef