]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:40:09 +0000 (02:40 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:40:09 +0000 (02:40 +0000)
src/Makefile.in

index 995335855b89213c6bed6002bc1d93adcef30899..f16d269321e59a5e66642b97d970455dc732845a 100644 (file)
@@ -1,5 +1,5 @@
 # Un*x Makefile for GNU tar program.
-# Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+# Copyright (C) 1991, 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
@@ -165,7 +165,7 @@ distclean: clean
        rm -f Makefile config.status
 
 realclean: distclean
-       rm -f TAGS *.info*
+       rm -f TAGS *.info* getdate.c
 
 shar: $(SRCS) $(AUX)
        shar $(SRCS) $(AUX) | compress > tar-`sed -e '/version_string/!d' -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q version.c`.shar.Z
This page took 0.027822 seconds and 4 git commands to generate.