From df7cd7fb0c3a857b652238573fb303ffce7eeb12 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 20 May 2001 04:25:02 +0000 Subject: * Makefile.in: Use 'rm -f' when cleaning. --- winsup/subauth/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/subauth/Makefile.in') diff --git a/winsup/subauth/Makefile.in b/winsup/subauth/Makefile.in index 8ee9fa993..9ecafd421 100644 --- a/winsup/subauth/Makefile.in +++ b/winsup/subauth/Makefile.in @@ -70,7 +70,7 @@ realclean: clean rm -f Makefile config.cache clean: - rm *.o *.dll + rm -f *.o *.dll install: all $(SHELL) $(updir1)/mkinstalldirs $(bindir) -- cgit v1.2.3