From 6db2c0731f42533a12449184d92d2ed9254cf1f6 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 23 Jan 2016 16:42:51 -0500 Subject: Makefile.am: Fix locales uninstallation --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e7fe1a3..6e92410 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,7 +135,7 @@ uninstall-local: for f in $(locale_MESSAGES); do \ ff="$${f#*/}"; \ dir="$(DESTDIR)$(localedir)/$${ff%.ms}/LC_MESSAGES"; \ - rm -f "$${dir}/$(textdomain).ms"; \ + rm -f "$${dir}/$(TEXTDOMAIN).ms"; \ done clean-local: -- cgit v0.9.1