[Pcsclite-cvs-commit] r2395 - trunk/pycsc
Ludovic Rousseau
rousseau at alioth.debian.org
Tue Feb 13 16:54:25 CET 2007
Author: rousseau
Date: 2007-02-13 16:54:24 +0100 (Tue, 13 Feb 2007)
New Revision: 2395
Modified:
trunk/pycsc/Makefile
Log:
build depends on pycsc.c
Modified: trunk/pycsc/Makefile
===================================================================
--- trunk/pycsc/Makefile 2007-02-13 09:19:32 UTC (rev 2394)
+++ trunk/pycsc/Makefile 2007-02-13 15:54:24 UTC (rev 2395)
@@ -6,7 +6,7 @@
endif
PYTHON=python$(PYTHONVER)
-build:
+build: pycsc.c
$(PYTHON) setup.py build
install: build
More information about the Pcsclite-cvs-commit
mailing list