comparison src/libgcrypt.mk @ 759:bf4bcb3370fa

changed coding style: make "-i" always the first argument of $(SED) (by Mark Brand)
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 16 Feb 2010 04:12:53 +0100
parents 29f1ba4559ae
children e878941387e3
comparison
equal deleted inserted replaced
758:1f5b2dfe8966 759:bf4bcb3370fa
18 tail -1 18 tail -1
19 endef 19 endef
20 20
21 define $(PKG)_BUILD 21 define $(PKG)_BUILD
22 # wine confuses the cross-compiling detection, so set it explicitly 22 # wine confuses the cross-compiling detection, so set it explicitly
23 $(SED) 's,cross_compiling=no,cross_compiling=yes,' -i '$(1)/configure' 23 $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
24 cd '$(1)' && ./configure \ 24 cd '$(1)' && ./configure \
25 --host='$(TARGET)' \ 25 --host='$(TARGET)' \
26 --disable-shared \ 26 --disable-shared \
27 --prefix='$(PREFIX)/$(TARGET)' \ 27 --prefix='$(PREFIX)/$(TARGET)' \
28 --with-gpg-error-prefix='$(PREFIX)/$(TARGET)' 28 --with-gpg-error-prefix='$(PREFIX)/$(TARGET)'