Skip to content

Commit 3ad2c8e

Browse files
committed
Clean gettext-files file in clean target
It used to be cleaned in maintainer-clean, but that is inconsistent with other cleaning of NLS files in nls-global.mk, and it's also wrong overall, because it's not part of the distribution tarball, which is the base definition of the maintainer-clean target.
1 parent 452d1d1 commit 3ad2c8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/nls.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ GETTEXT_FLAGS = $(BACKEND_COMMON_GETTEXT_FLAGS) \
1414
gettext-files: distprep
1515
find $(srcdir)/ $(srcdir)/../port/ -name '*.c' -print >$@
1616

17-
my-maintainer-clean:
17+
my-clean:
1818
rm -f gettext-files
1919

20-
.PHONY: my-maintainer-clean
21-
maintainer-clean: my-maintainer-clean
20+
.PHONY: my-clean
21+
clean: my-clean

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy