X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Makefile.in;h=148a7ea07e9931523e4cfe713f43e337e201eaba;hb=8507923f697a8f23fcdd6ab2e0a7c96213fd612a;hp=e89ab4d85910ae110a147f193741874a5a412c4c;hpb=44035bf4d5ea18d882c043fa2826bb80f6944e01;p=gnulib.git diff --git a/Makefile.in b/Makefile.in index e89ab4d85..148a7ea07 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,9 +57,6 @@ clean mostlyclean:: distclean:: 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)