[Pcsclite-cvs-commit] r6752 - trunk/Drivers/ccid/src

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Mon Sep 16 18:27:04 UTC 2013


Author: rousseau
Date: 2013-09-16 18:27:04 +0000 (Mon, 16 Sep 2013)
New Revision: 6752

Modified:
   trunk/Drivers/ccid/src/Makefile.am
Log:
Revert change in revision 6735

We can't use install-exec-local since we want to overwrite the install
rule. We do not want to _add_ files to install


Modified: trunk/Drivers/ccid/src/Makefile.am
===================================================================
--- trunk/Drivers/ccid/src/Makefile.am	2013-09-16 18:20:18 UTC (rev 6751)
+++ trunk/Drivers/ccid/src/Makefile.am	2013-09-16 18:27:04 UTC (rev 6752)
@@ -76,7 +76,9 @@
 	towitoko/COPYING towitoko/README openct/LICENSE \
 	convert_version.pl 92_pcscd_ccid.rules
 
-install-exec-local: $(LIBS_TO_INSTALL)
+# We can't use install-exec-local since we want to overwrite the install
+# rule. We do not want to _add_ files to install
+install: $(LIBS_TO_INSTALL)
 
 INSTALL_UDEV_RULE_FILE=@/bin/echo -e "\n\33[01;31m***************\n" ; echo "copy the src/92_pcscd_ccid.rules file in udev directory (/etc/udev/rules.d/)" ; /bin/echo -e "\n***************\n\33[0m"
 
@@ -99,7 +101,7 @@
 
 # do not uninstall the serial driver by default
 # use explicitely 'make uninstall_ccidtwin'
-uninstall-local: $(LIBS_TO_UNINSTALL)
+uninstall: $(LIBS_TO_UNINSTALL)
 
 uninstall_ccid:
 	rm -rf $(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)




More information about the Pcsclite-cvs-commit mailing list