浏览代码

*** empty log message ***

François Pinard 30 年之前
父节点
当前提交
febcb29c07
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Makefile.in

+ 2 - 2
src/Makefile.in

@@ -1,5 +1,5 @@
 # Un*x Makefile for GNU tar program.
 # 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
 # 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
 # it under the terms of the GNU General Public License as published by
@@ -165,7 +165,7 @@ distclean: clean
 	rm -f Makefile config.status
 	rm -f Makefile config.status
 
 
 realclean: distclean
 realclean: distclean
-	rm -f TAGS *.info*
+	rm -f TAGS *.info* getdate.c
 
 
 shar: $(SRCS) $(AUX)
 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
 	shar $(SRCS) $(AUX) | compress > tar-`sed -e '/version_string/!d' -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q version.c`.shar.Z