fix whitespace

This commit is contained in:
Mark Brand 2012-06-17 20:07:59 +02:00
parent 1cfcfe6fbd
commit 697344b082
1 changed files with 3 additions and 3 deletions

View File

@ -16,11 +16,11 @@ define $(PKG)_UPDATE
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