comparison src/portaudio.mk @ 3942:f9273cae479a

portaudio: add missing \ after configure prefix * src/portaudio.mk: add \ after prefix= line
author John Donoghue
date Tue, 19 May 2015 14:45:33 -0400
parents 5fd074e27f85
children f96ff976ede7
comparison
equal deleted inserted replaced
3941:1368ac3ea124 3942:f9273cae479a
22 # apparently there's no real difference b/w pei and pe 22 # apparently there's no real difference b/w pei and pe
23 # so we set the libtool cache variables 23 # so we set the libtool cache variables
24 # https://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/libpei.h?annotate=1.25&cvsroot=src 24 # https://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/libpei.h?annotate=1.25&cvsroot=src
25 cd '$(1)' && ./configure \ 25 cd '$(1)' && ./configure \
26 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 26 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
27 --prefix='$(HOST_PREFIX)' 27 --prefix='$(HOST_PREFIX)' \
28 $(ENABLE_SHARED_OR_STATIC) \ 28 $(ENABLE_SHARED_OR_STATIC) \
29 --with-host_os=mingw \ 29 --with-host_os=mingw \
30 --with-winapi=wmme,directx \ 30 --with-winapi=wmme,directx \
31 --with-dxdir=$(HOST_PREFIX) \ 31 --with-dxdir=$(HOST_PREFIX) \
32 ac_cv_path_AR=$(MXE_AR) \ 32 ac_cv_path_AR=$(MXE_AR) \