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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Fri Aug 23 08:31:02 UTC 2013


Author: rousseau
Date: 2013-08-23 08:31:02 +0000 (Fri, 23 Aug 2013)
New Revision: 6735

Modified:
   trunk/Drivers/ccid/src/Makefile.am
Log:
Use the -local versions for install and uninstall rules

autoreconf: running: automake --add-missing --no-force --warnings=all
src/Makefile.am:76: warning: user target 'install' defined here ...
/usr/share/automake-1.13/am/install.am: ... overrides Automake target 'install' defined here
src/Makefile.am:99: warning: user target 'uninstall' defined here ...
/usr/share/automake-1.13/am/install.am: ... overrides Automake target 'uninstall' defined here
src/Makefile.am:99: consider using uninstall-local instead of uninstall

See http://www.gnu.org/software/automake/manual/html_node/Extending.html


Modified: trunk/Drivers/ccid/src/Makefile.am
===================================================================
--- trunk/Drivers/ccid/src/Makefile.am	2013-08-23 08:19:08 UTC (rev 6734)
+++ trunk/Drivers/ccid/src/Makefile.am	2013-08-23 08:31:02 UTC (rev 6735)
@@ -73,7 +73,7 @@
 	towitoko/COPYING towitoko/README openct/LICENSE \
 	convert_version.pl 92_pcscd_ccid.rules
 
-install: $(LIBS_TO_INSTALL)
+install-exec-local: $(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"
 
@@ -96,7 +96,7 @@
 
 # do not uninstall the serial driver by default
 # use explicitely 'make uninstall_ccidtwin'
-uninstall: uninstall_ccid
+uninstall-local: uninstall_ccid
 
 uninstall_ccid:
 	rm -rf $(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)




More information about the Pcsclite-cvs-commit mailing list