From 7016e3aa631ddb056d21682d9673ed4914c885ef Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 3 Dec 2022 21:48:05 +0100 Subject: [PATCH] locale: addition to 799be1819031f8c3e35a65d2d7ced4f3d582c44f Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d64512cbdfbb39e9782cfd58c0725e3b86aa599b Author: vanhofen Date: 2022-12-03 (Sat, 03 Dec 2022) Origin message was: ------------------ - locale: addition to 799be1819031f8c3e35a65d2d7ced4f3d582c44f ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 407af1ab1..f801c5ce1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1 @@ SUBDIRS = lib src data - -locale-update: - make -C $(top_builddir)/data/locale install-locals - -.PHONY: locale-update