diff options
| author | bwarsaw | 2003-09-22 13:46:43 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-09-22 13:46:43 +0000 |
| commit | 0caa4b67f7cd7fd28fc0c45c092691d2a5154c42 (patch) | |
| tree | e5f29efe8ee945b3ab7fb2272413df7788f8483b | |
| parent | 25ad0494a7e6a901d1eae57fdde2713721f0c917 (diff) | |
| download | mailman-0caa4b67f7cd7fd28fc0c45c092691d2a5154c42.tar.gz mailman-0caa4b67f7cd7fd28fc0c45c092691d2a5154c42.tar.zst mailman-0caa4b67f7cd7fd28fc0c45c092691d2a5154c42.zip | |
Re-arrange the targets a bit.
| -rw-r--r-- | messages/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in index f5937239e..d93499547 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -117,8 +117,10 @@ finish: clean: -rm -f */LC_MESSAGES/mailman.mo -potclean: +fileclean: -rm -f marked.files docstring.files + +potclean: fileclean -rm -f Makefile $(POTFILE) distclean: clean potclean |
