remove *.cat1 when "make realclean" is invoked
authorkstailey <kstailey@openbsd.org>
Thu, 17 Apr 1997 14:33:36 +0000 (14:33 +0000)
committerkstailey <kstailey@openbsd.org>
Thu, 17 Apr 1997 14:33:36 +0000 (14:33 +0000)
gnu/usr.bin/perl/pod/Makefile

index bfe6c8e..20ca383 100644 (file)
@@ -177,6 +177,7 @@ clean:
 
 realclean:     clean
        rm -f $(CONVERTERS)
+       rm -f *.cat1
 
 distclean:     realclean