diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-06 19:24:31 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-06 19:24:31 +0000 |
commit | d9a7d28a3ffd63aee4abcdd8ce518cf08d3bcc4e (patch) | |
tree | 6a1c618c9faec34d60ab82848d38bb4cb6436fbc /winsup/testsuite/Makefile.in | |
parent | f2d3c47b14afcfc782e8e8ce88e2ab624e87b264 (diff) | |
download | cygnal-d9a7d28a3ffd63aee4abcdd8ce518cf08d3bcc4e.tar.gz cygnal-d9a7d28a3ffd63aee4abcdd8ce518cf08d3bcc4e.tar.bz2 cygnal-d9a7d28a3ffd63aee4abcdd8ce518cf08d3bcc4e.zip |
* Makefile.in: Remove .d files when cleaning.
Diffstat (limited to 'winsup/testsuite/Makefile.in')
-rw-r--r-- | winsup/testsuite/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in index 3628664c9..c9e52cf68 100644 --- a/winsup/testsuite/Makefile.in +++ b/winsup/testsuite/Makefile.in @@ -116,7 +116,7 @@ install: install_host: clean: - -rm -f *.o *.dll *.a *.exp junk *.bak *.base *.exe testsuite/* + -rm -f *.o *.dll *.a *.exp junk *.bak *.base *.exe testsuite/* *.d maintainer-clean realclean: clean @echo "This command is intended for maintainers to use;" |