From: Jim Meyering Date: Tue, 9 Jul 1996 23:23:33 +0000 (+0000) Subject: (install-data): Don't install NLS files when they're not requested. X-Git-Tag: TEXTUTILS-1_18e~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=824081f6608ab09f0af8233cf65de7b9f150b30f;p=thirdparty%2Fcoreutils.git (install-data): Don't install NLS files when they're not requested. From Ulrich Drepper. Reported by Kjetil Torgrim Homme . --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 050a9ec46b..a12eaa753a 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -120,7 +120,9 @@ stamp-cat-id: $(PACKAGE).pot install: install-exec install-data install-exec: -install-data: all +install-data: install-data-@USE_NLS@ +install-data-no: all +install-data-yes: all if test -r $(MKINSTALLDIRS); then \ $(MKINSTALLDIRS) $(datadir); \ else \