diff options
Diffstat (limited to 'Etc/Makefile.in')
-rw-r--r-- | Etc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Etc/Makefile.in b/Etc/Makefile.in index 53729a0bc..c1032d118 100644 --- a/Etc/Makefile.in +++ b/Etc/Makefile.in @@ -53,7 +53,7 @@ FAQ.html: $(sdir)/FAQ.yo @CLEAN_MK@ mostlyclean-here: - rm -f FAQ.html + rm -f FAQ*.html distclean-here: rm -f Makefile |