diff options
Diffstat (limited to 'examples/VFS/Makefile.in')
-rw-r--r-- | examples/VFS/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in index 4c0f119dcd..8869a4f20d 100644 --- a/examples/VFS/Makefile.in +++ b/examples/VFS/Makefile.in @@ -47,5 +47,5 @@ clean: rm -f core *~ *% *.bak *.o *.$(SHLIBEXT) distclean: clean - rm config.* Makefile + rm -f config.status config.cache Makefile |