diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-14 21:18:42 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-14 21:18:42 +0000 |
commit | 316059c019db0c65a148285a94467bd07d2ae6cc (patch) | |
tree | 6f92423a4f0066887447e71c760b8d58850d2da9 /src/po | |
parent | ea8bd73212d19769581ae2a8e150b7314f5ba864 (diff) | |
download | vim-316059c019db0c65a148285a94467bd07d2ae6cc.zip |
updated for version 7.0181
Diffstat (limited to 'src/po')
-rw-r--r-- | src/po/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/po/Makefile b/src/po/Makefile index a06488870..185bc2a02 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -202,11 +202,14 @@ prefixcheck: exit 1; \ fi -clean: - rm -f core core.* *.old.po *.mo *.ck *.pot sjiscorr +clean: checkclean + rm -f core core.* *.old.po *.mo *.pot sjiscorr distclean: clean +checkclean: + rm -f *.ck + # # NOTE: If you get an error for gvimext.cpp not found, you need to unpack the # extra archive. |