fixed creation of missing directory

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@770 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-04-14 00:57:05 +00:00
parent 248281dd9f
commit 19f1cab395

View File

@@ -36,6 +36,7 @@ $(PCSC_RELAY_EXE): $(LIBNFC_DIR) $(LIBNFC_DLL)
LIBUSB_DLL=$(LIBNFC_DIR)/libusb-win32-bin-*/bin/x86/libusb0_x86.dll
WIN32_DIR=$(abs_top_builddir)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)_win32
win: $(PCSC_RELAY_EXE)
mkdir -p $(WIN32_DIR)
$(INSTALL_PROGRAM) -t $(WIN32_DIR) \
$(LIBNFC_DLL) $(PCSC_RELAY_EXE)
$(INSTALL_PROGRAM) $(LIBUSB_DLL) $(WIN32_DIR)/libusb0.dll