X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Makefile.in;h=02a2e0446256b6ba98c482f9565e507b0568e7ca;hb=52dfc80c6d514a6a7ed5cc9888d515540d318b0c;hp=ed945788c63c1fe5940f5235fbf383e005ee1f75;hpb=009d93bdc1f1a645967c21cecb77af4fe64aefb3;p=gnulib.git diff --git a/Makefile.in b/Makefile.in index ed945788c..02a2e0446 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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