From 6b51765d6a500e78fa2e01b09163ef1d642d8705 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Tue, 24 Apr 2012 13:34:44 +0000 Subject: [PATCH] fixed build dir of libnfc git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@781 96b47cad-a561-4643-ad3b-153ac7d7599c --- pcsc-relay/win32/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pcsc-relay/win32/Makefile.am b/pcsc-relay/win32/Makefile.am index ea1750c..a1dd6e7 100644 --- a/pcsc-relay/win32/Makefile.am +++ b/pcsc-relay/win32/Makefile.am @@ -11,12 +11,12 @@ IMAGE=$(abs_builddir)/image LIBNFC_DIR=$(abs_builddir)/libnfc LIBNFC_DLL=$(IMAGE)/bin/libnfc-3.dll $(LIBNFC_DIR)/configure.ac: - svn co -r1327 http://libnfc.googlecode.com/svn/trunk $@ + svn co -r1327 http://libnfc.googlecode.com/svn/trunk $(LIBNFC_DIR) $(LIBNFC_DLL): $(LIBNFC_DIR)/configure.ac grep i686-w64-mingw32 $(LIBNFC_DIR)/mingw-cross-configure.sh > /dev/null || \ - patch -p0 -d $< < libnfc_mingw.patch - cd $< && sh mingw-cross-configure.sh --prefix=$(IMAGE) - make -C $< install + patch -p0 -d $(LIBNFC_DIR) < libnfc_mingw.patch + cd $(LIBNFC_DIR) && sh mingw-cross-configure.sh --prefix=$(IMAGE) + make -C $(LIBNFC_DIR) install MINGW ?= i686-w64-mingw32