diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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: |