Index: /trunk/archive/pslib/Makefile
===================================================================
--- /trunk/archive/pslib/Makefile	(revision 196)
+++ /trunk/archive/pslib/Makefile	(revision 197)
@@ -1,3 +1,3 @@
-# $Id: Makefile,v 1.2 2004-03-10 02:03:16 rhl Exp $
+# $Id: Makefile,v 1.3 2004-03-10 03:54:14 rhl Exp $
 SHELL = /bin/sh
 DIRS = include
@@ -8,10 +8,10 @@
 .PHONY : tags
 tags:
-	etags `find . \( -name \*.[ch] -o -name \*.cpp \) -print`
+	etags `find . ! -name \*#\* \( -name \*.[ch] -o -name \*.cpp \) -print`
 #
 # Assumes that Utilities is checked out one level up
 #
 check :
-	../Utilities/bin/check-namespace -d `find . -name \*.[ha] -print`
+	../Utilities/bin/check-namespace -d `find . ! -name \*#\* -name \*.[ha] -print`
 
 clean:
