(re_max_failures): Reduce to 8000.
[gnulib.git] / Makefile.in
index 148a7ea..02a2e04 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for regex.
 # 
-# Copyright (C) 1992 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-version = 0.11
+version = 0.12
 
 # You can define CPPFLAGS on the command line.  Aside from system-specific
 # flags, you can define:
@@ -54,7 +54,7 @@ regex.o: regex.c regex.h
 clean mostlyclean::
        rm -f *.o
 
-distclean:: clean
+distclean realclean:: clean
        rm -f Makefile config.status
 
 extraclean:: distclean