X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Makefile.in;h=02a2e0446256b6ba98c482f9565e507b0568e7ca;hb=39d2ab5a665f0ee95b91371d585e021fa46dd306;hp=e89ab4d85910ae110a147f193741874a5a412c4c;hpb=44035bf4d5ea18d882c043fa2826bb80f6944e01;p=gnulib.git diff --git a/Makefile.in b/Makefile.in index e89ab4d85..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,13 +81,12 @@ 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 dist: TAGS configure - @echo "Version numbers in:" - @echo " Makefile.in, ChangeLog, NEWS," + @echo "Version numbers in: Makefile.in, ChangeLog, NEWS," @echo " regex.c, regex.h," @echo " and doc/xregex.texi (if modified)." rm -rf $(distdir)