OSDN Git Service

* Makefile.in: Use 'rm -f' when cleaning.
authorcgf <cgf>
Sun, 20 May 2001 04:25:02 +0000 (04:25 +0000)
committercgf <cgf>
Sun, 20 May 2001 04:25:02 +0000 (04:25 +0000)
winsup/subauth/ChangeLog
winsup/subauth/Makefile.in

index 0cd8e45..84ef2ef 100644 (file)
@@ -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.
index 8ee9fa9..9ecafd4 100644 (file)
@@ -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)