Upgrade to serial AM2.
[gnulib.git] / Makefile.in
index ed94578..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,12 +54,9 @@ regex.o: regex.c regex.h
 clean mostlyclean::
        rm -f *.o
 
-distclean:: clean
+distclean realclean:: clean
        rm -f Makefile config.status
 
-realclean:: distclean
-       rm -f configure
-
 extraclean:: distclean
        rm -f patch* *~* *\#* *.orig *.rej *.bak core a.out
 
@@ -67,7 +64,7 @@ configure: configure.in
        autoconf
 
 config.status: configure
-       configure
+       sh configure --no-create
 
 Makefile: Makefile.in config.status
        sh config.status
@@ -84,7 +81,7 @@ TAGS check::
 # Prevent GNU make 3 from overflowing arg limit on system V.
 .NOEXPORT:
 
-distfiles = AUTHORS ChangeLog COPYING NEWS README \
+distfiles = AUTHORS ChangeLog COPYING INSTALL NEWS README \
             *.in configure regex.c regex.h 
 distdir = regex-$(version)
 distargs = version=$(version) distdir=../$(distdir)/$$d