summaryrefslogtreecommitdiffstats
path: root/src/ncurses.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-04-15 16:38:55 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-04-15 16:38:55 (GMT)
commitb6556a064e56887ee58ca74578cbbe6cf2c349d4 (patch)
tree1d8515e6f56150ff9aa2f1de1e7cd6a9d47d8592 /src/ncurses.mk
parenta2f542edde758a0d092763c34b81017f0ba0e7d8 (diff)
downloadmxe-b6556a064e56887ee58ca74578cbbe6cf2c349d4.zip
mxe-b6556a064e56887ee58ca74578cbbe6cf2c349d4.tar.gz
mxe-b6556a064e56887ee58ca74578cbbe6cf2c349d4.tar.bz2
package ncurses:fix whitespace
Diffstat (limited to 'src/ncurses.mk')
-rw-r--r--src/ncurses.mk29
1 files changed, 14 insertions, 15 deletions
diff --git a/src/ncurses.mk b/src/ncurses.mk
index 48aedb5..959e918 100644
--- a/src/ncurses.mk
+++ b/src/ncurses.mk
@@ -19,19 +19,18 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --prefix=$(PREFIX)/$(TARGET) \
- --disable-home-terminfo \
- --enable-sp-funcs \
- --enable-term-driver \
- --enable-interop \
- --without-debug \
- --without-ada \
- --without-manpages \
- --enable-pc-files \
- --with-normal \
- --without-shared
- $(MAKE) -C '$(1)' -j '$(JOBS)' install
+ cd '$(1)' && ./configure \
+ --host='$(TARGET)' \
+ --prefix=$(PREFIX)/$(TARGET) \
+ --disable-home-terminfo \
+ --enable-sp-funcs \
+ --enable-term-driver \
+ --enable-interop \
+ --without-debug \
+ --without-ada \
+ --without-manpages \
+ --enable-pc-files \
+ --with-normal \
+ --without-shared
+ $(MAKE) -C '$(1)' -j '$(JOBS)' install
endef
-