Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-05-20 08:25:02 +0400
committerChristopher Faylor <me@cgf.cx>2001-05-20 08:25:02 +0400
commitdf7cd7fb0c3a857b652238573fb303ffce7eeb12 (patch)
treed8927b6262f78ab66e869affb5520577dd460080 /winsup/subauth
parent975d20834fc8cfd1cd1c6e92a76146bf3028b337 (diff)
* Makefile.in: Use 'rm -f' when cleaning.
Diffstat (limited to 'winsup/subauth')
-rw-r--r--winsup/subauth/ChangeLog4
-rw-r--r--winsup/subauth/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/subauth/ChangeLog b/winsup/subauth/ChangeLog
index 0cd8e4578..84ef2ef0f 100644
--- a/winsup/subauth/ChangeLog
+++ b/winsup/subauth/ChangeLog
@@ -1,3 +1,7 @@
+Sun May 20 00:24:36 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * Makefile.in: Use 'rm -f' when cleaning.
+
Fri May 4 15:06:00 Corinna Vinschen <corinna@vinschen.de>
Initial release of the Cygwin subauthentication DLL.
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)