diff options
author | Jim Meyering <jim@meyering.net> | 1997-01-30 05:28:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-01-30 05:28:37 +0000 |
commit | 1e40423be84cc3e594d7c64c923f39663549dcca (patch) | |
tree | ff582681a35fc5f8d37aa5979c8ee3269323592a /po | |
parent | 0c5ab92b5932030439686d0a56efa5fea814ab13 (diff) | |
download | coreutils-1e40423be84cc3e594d7c64c923f39663549dcca.tar.xz |
(maintainer-clean): Remove GMOFILES.
From Paul Eggert.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 1d84a1089..71e8aa35a 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -207,6 +207,7 @@ distclean: clean maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." + rm -f $(GMOFILES) distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: update-po $(DISTFILES) |