comparison src/sdl.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 7b15d99ad223
children 6c312e7050ba
comparison
equal deleted inserted replaced
758:1f5b2dfe8966 759:bf4bcb3370fa
18 $(SED) -n 's,.*<a name="release-\([0-9][^"]*\)".*,\1,p' | \ 18 $(SED) -n 's,.*<a name="release-\([0-9][^"]*\)".*,\1,p' | \
19 head -1 19 head -1
20 endef 20 endef
21 21
22 define $(PKG)_BUILD 22 define $(PKG)_BUILD
23 $(SED) 's,-mwindows,-lwinmm -mwindows,' -i '$(1)/configure' 23 $(SED) -i 's,-mwindows,-lwinmm -mwindows,' '$(1)/configure'
24 cd '$(1)' && ./configure \ 24 cd '$(1)' && ./configure \
25 --host='$(TARGET)' \ 25 --host='$(TARGET)' \
26 --disable-shared \ 26 --disable-shared \
27 --disable-debug \ 27 --disable-debug \
28 --prefix='$(PREFIX)/$(TARGET)' 28 --prefix='$(PREFIX)/$(TARGET)'