Modified:
trunk/Makefile
Log:
Fixing a bad dependency for make check.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Feb 17 17:16:07 2009
@@ -168,7 +168,7 @@
check-syntax:
gcc -o /dev/null -S $(CHK_SOURCES)
-check: check-syntax
+check:
-cd lib; $(PYCHECKER) -F ../pycheckerrc tsumufs/__init__.py; cd ..
-$(PYCHECKER) -F pycheckerrc $(PY_OS_MOCKS)
-$(PYCHECKER) -F pycheckerrc $(PY_SOURCE)