X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Makefile.in;h=c47bc6880df5cda03163dea934fcac6c25f8e811;hb=774c6b94c155f8d11e03cc6dd6a6b4eb27db9b88;hp=4d753196d3a9dd64500c77cd76bcc61719781ded;hpb=a9576d3cabf1bfe37c4a886666696757d79e6a47;p=gnulib.git diff --git a/Makefile.in b/Makefile.in index 4d753196d..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 @@ -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