X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Makefile.in;h=c47bc6880df5cda03163dea934fcac6c25f8e811;hb=80a044bf3461d0c54e2ca2a5e7df4e61db737236;hp=148a7ea07e9931523e4cfe713f43e337e201eaba;hpb=cb106d540aacd975f4e94dca2975649ec53fab7b;p=gnulib.git diff --git a/Makefile.in b/Makefile.in index 148a7ea07..c47bc6880 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: @@ -43,7 +43,7 @@ DEFS = @DEFS@ SHELL = /bin/sh -subdirs = doc test +subdirs = m4 lib default all:: regex.o .PHONY: default all @@ -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