Index: trunk/archive/pslib/src/Makefile
===================================================================
--- trunk/archive/pslib/src/Makefile	(revision 200)
+++ trunk/archive/pslib/src/Makefile	(revision 228)
@@ -14,8 +14,4 @@
 	done
 #
-.PHONY : _tags
-tags : _tags
-	etags `find . -name \*.[ch] -print`
-#
 # `Our' .h files
 #
@@ -23,5 +19,5 @@
 
 check :
-	../Utilities/bin/check-namespace `find Utils Metadata ../PSLib -name *.[ao] -print` \
+	../Utilities/bin/check-namespace `find Utils Metadata .. -name *.[ao] -print` \
 		`find . -name \*.h -print` \
 		`echo $(HFILES) | perl -pe 's:(^| ): ../PSLib/include/:g;'`
