From ed41665d7886e43ce7a705deb50f5abc937e521c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 17 Oct 1994 14:03:27 +0000 Subject: [PATCH] . --- lib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 9c7cab928d..de33685a13 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -80,11 +80,11 @@ clean: mostlyclean: clean distclean: clean - rm -f Makefile *.tab.c getdate.c *posixtm.c \ + rm -f Makefile *.tab.c tposixtm.c \ safe-stat.c safe-stat.h safe-lstat.c safe-lstat.h realclean: distclean - rm -f TAGS + rm -f TAGS getdate.c posixtm.c distdir = ../`cat ../distname`/$(subdir) dist: $(DISTFILES) -- 2.47.3