diff options
author | Christopher Faylor <me@cgf.cx> | 2001-05-20 04:25:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-05-20 04:25:02 +0000 |
commit | df7cd7fb0c3a857b652238573fb303ffce7eeb12 (patch) | |
tree | d8927b6262f78ab66e869affb5520577dd460080 /winsup/subauth/Makefile.in | |
parent | 975d20834fc8cfd1cd1c6e92a76146bf3028b337 (diff) | |
download | cygnal-df7cd7fb0c3a857b652238573fb303ffce7eeb12.tar.gz cygnal-df7cd7fb0c3a857b652238573fb303ffce7eeb12.tar.bz2 cygnal-df7cd7fb0c3a857b652238573fb303ffce7eeb12.zip |
* Makefile.in: Use 'rm -f' when cleaning.
Diffstat (limited to 'winsup/subauth/Makefile.in')
-rw-r--r-- | winsup/subauth/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |