]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(install-data): Don't install NLS files when they're not requested.
authorJim Meyering <jim@meyering.net>
Tue, 9 Jul 1996 23:23:33 +0000 (23:23 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 9 Jul 1996 23:23:33 +0000 (23:23 +0000)
From Ulrich Drepper.  Reported by Kjetil Torgrim Homme <kjetilho@ifi.uio.no>.

po/Makefile.in.in

index 050a9ec46b94dbb9a244b1fd4e52b6487b1c730b..a12eaa753a6ba926dffb7bed105d1096b78058bd 100644 (file)
@@ -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 \